Skip to content

Commit

Permalink
attempting to debug Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trislee committed Sep 15, 2023
1 parent 8e10c93 commit 7603d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: pip install -e .[dev]
- run: python -m playwright install
- run: pytest --exitfirst --failed-first

0 comments on commit 7603d9c

Please sign in to comment.