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 6b9dd71 commit 8f59335Copy full SHA for 8f59335
.github/workflows/python-app.yml
@@ -36,6 +36,8 @@ jobs:
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
+ env:
40
+ PYTHONPATH: ${{ github.workspace }}/src
41
run: |
42
pytest
43
- name: Upload coverage to Codecov
0 commit comments