Skip to content

Commit

Permalink
Revert "Remove PYTHONPATH, it's defined in pyproject.toml"
Browse files Browse the repository at this point in the history
This reverts commit e0e694d.
  • Loading branch information
deffi committed Jan 19, 2024
1 parent 059bf09 commit 9a5fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
PYTHONPATH=`pwd`/src:`pwd`/tests pytest

0 comments on commit 9a5fe22

Please sign in to comment.