Skip to content

Commit

Permalink
add site-packages to pythonpath before running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 12, 2023
1 parent b964da6 commit 899d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Cycamore Python Tests
run: |
cd tests && python -m pytest
cd tests && PYTHONPATH=`python -m user --site` python -m pytest

0 comments on commit 899d961

Please sign in to comment.