Skip to content

Commit

Permalink
try with different pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 19, 2024
1 parent a653561 commit 7e045e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
#set pytest to show partial progress
export PYTHONPATH=$(pwd):$PYTHONPATH
export PYTHONUNBUFFERED=1
PYTHONPATH=src_python pytest -n 4 --durations=10
pytest -n 4 --durations=10
- name: Run sim tests
run: |-
#give cmake ownership to the runner for installation
Expand Down

0 comments on commit 7e045e1

Please sign in to comment.