Skip to content

Commit

Permalink
python -m pytest
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
2 people authored and bwoodsend committed Apr 5, 2022
1 parent 362fed3 commit c0ff7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git clean -Xfd
python -m pip install --force-reinstall .
pytest
python -m pytest
- name: Test with coverage
if: ${{ startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.9' }}
Expand Down

0 comments on commit c0ff7b1

Please sign in to comment.