Skip to content

Commit

Permalink
Add explicit pytest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 15, 2023
1 parent 3d5a885 commit 58e7aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
pip install -Ur './requirements/requirements.txt'
- name: Run pytest
run: |
cd tests && pytest test_*.py
cd tests && pytest ./test_*.py

0 comments on commit 58e7aa8

Please sign in to comment.