Skip to content

Commit

Permalink
try setting PYTHONPATH another way
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jan 9, 2025
1 parent 5e08d73 commit e0307f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
#----------------------------------------------
- name: Run tests
run: |
export PYTHONPATH=./backend
poetry -C backend run pytest backend/tests
poetry -C backend PYTHONPATH=./backend run pytest backend/tests
shell: bash

#----------------------------------------------
Expand Down

0 comments on commit e0307f3

Please sign in to comment.