We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd05627 commit 8347018Copy full SHA for 8347018
.github/workflows/github-actions-demo.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Testing
35
run: |
36
+ PYTHONPATH=$(pwd)
37
+ export PYTHONPATH
38
python -m pip install pytest
39
pytest
40
0 commit comments