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 4304de5 commit da9fc00Copy full SHA for da9fc00
.github/workflows/python-package.yml
@@ -37,4 +37,5 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
+ export PYTHONPATH=$PYTHONPATH:$(pwd)
41
pytest
0 commit comments