Skip to content

Commit

Permalink
WIP: test setting python path
Browse files Browse the repository at this point in the history
  • Loading branch information
CavRiley committed Apr 2, 2024
1 parent 4ed5896 commit 5bb5fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Run tests
working-directory: ./tests
run: pytest
run: |
export PYTHONPATH="${PYTHONPATH}:$(dirname $(pwd))"
pytest
- name: Build documentation with Sphinx
run: |
Expand Down

0 comments on commit 5bb5fb2

Please sign in to comment.