Skip to content

Commit 87a6a73

Browse files
committed
try setting the PYTHONPATH
1 parent a4b423b commit 87a6a73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pytest-flake8.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
pytest:
4646
runs-on: ubuntu-latest
4747

48+
env:
49+
PYTHONPATH: $GITHUB_WORKSPACE
50+
4851
strategy:
4952
matrix:
5053
python-version: [3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)