There was an error while loading. Please reload this page.
1 parent 362fed3 commit c0ff7b1Copy full SHA for c0ff7b1
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
git clean -Xfd
44
python -m pip install --force-reinstall .
45
- pytest
+ python -m pytest
46
47
- name: Test with coverage
48
if: ${{ startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.9' }}
0 commit comments