We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baa492 commit c7329eeCopy full SHA for c7329ee
.github/workflows/python_package.yaml
@@ -43,7 +43,7 @@ jobs:
43
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
44
flake8 src tests setup.py --exclude=__init__.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
45
- name: Test with pytest
46
- run: pytest --cov=src tests/
+ run: python -m pytest --cov=src tests/
47
48
- name: Coveralls
49
env:
0 commit comments