Skip to content

Commit

Permalink
Fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Apr 10, 2024
1 parent dad4153 commit e9b9739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
PYTHONPATH: ${{ github.workspace }}
run: |
pytest
pytest

0 comments on commit e9b9739

Please sign in to comment.