We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b423b commit 87a6a73Copy full SHA for 87a6a73
1 file changed
.github/workflows/pytest-flake8.yml
@@ -45,6 +45,9 @@ jobs:
45
pytest:
46
runs-on: ubuntu-latest
47
48
+ env:
49
+ PYTHONPATH: $GITHUB_WORKSPACE
50
+
51
strategy:
52
matrix:
53
python-version: [3.7, 3.8, 3.9]
0 commit comments