We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6379737 commit eb815d1Copy full SHA for eb815d1
.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