We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1fad8 commit d8b0263Copy full SHA for d8b0263
.github/workflows/test.yaml
@@ -32,4 +32,5 @@ jobs:
32
run: pip list
33
- name: Test with pytest
34
run: |
35
+ export PYTHONPATH=.
36
pytest -s tests
0 commit comments