Skip to content

Commit

Permalink
Attempt to fix pythonpath issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Oct 17, 2024
1 parent 9e8c5a3 commit 0377b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fastapi_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set up python env
working-directory: ${{ env.SUBDIRECTORY }}
run: |
echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
echo "PYTHONPATH=$PYTHONPATH:$(pwd):$(pwd)/src" >> $GITHUB_ENV
- name: Run pytest
working-directory: ${{ env.SUBDIRECTORY }}
Expand Down

0 comments on commit 0377b75

Please sign in to comment.