Skip to content

Commit

Permalink
fix invocation of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Nov 1, 2022
1 parent 6917cb9 commit 6cb3590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
env:
USE_NUMPY: ${{ matrix.use-numpy }}
- name: Run tests
run: coverage run -m py.test --timeout=10 -v
run: coverage run -m pytest --timeout=10 -v
timeout-minutes: 5
env:
# Set initial TZ for docker exec -e "`env | grep ^TZ`"
Expand Down

0 comments on commit 6cb3590

Please sign in to comment.