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 abcf78e commit 5315215
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 @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -Ur 'requirements/*.txt'
pip install -Ur './requirements/requirements.txt'
- name: Run pytest
run: |
cd tests && pytest test_*.py
Expand Down

0 comments on commit 5315215

Please sign in to comment.