Skip to content

Commit c0ff7b1

Browse files
JustAnotherArchivisthugovk
authored andcommitted
python -m pytest
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 362fed3 commit c0ff7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git clean -Xfd
4444
python -m pip install --force-reinstall .
45-
pytest
45+
python -m pytest
4646
4747
- name: Test with coverage
4848
if: ${{ startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.9' }}

0 commit comments

Comments
 (0)