Skip to content

Commit 8f59335

Browse files
committed
Add PYTHONPATH
1 parent 6b9dd71 commit 8f59335

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
39+
env:
40+
PYTHONPATH: ${{ github.workspace }}/src
3941
run: |
4042
pytest
4143
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)