Skip to content

Commit

Permalink
Added /src to find local venv
Browse files Browse the repository at this point in the history
  • Loading branch information
saalUW committed Apr 22, 2024
1 parent 9baa266 commit 3d74623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install pytest
- name: Test with pytest
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
pytest
- name: Build package distribution
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 3d74623

Please sign in to comment.