Skip to content

Commit

Permalink
Try setting path relative to current working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 20, 2024
1 parent 45c5a79 commit fcc0c18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:

- name: Run tests
run: |
echo "PYTHONPATH=D:/a/AddBiomechanics/AddBiomechanics/server/engine/src" >> $GITHUB_ENV
PWD=$(pwd)
export PYTHONPATH=$PWD/server/engine/src:$PYTHONPATH
echo "PYTHONPATH=$PYTHONPATH"
python -m unittest discover -s server/engine/tests/ -p '*.py'

0 comments on commit fcc0c18

Please sign in to comment.