Skip to content

Commit 5509c94

Browse files
committed
fix: Set PYTHONPATH in GH actions workflow
1 parent 0d09b0e commit 5509c94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
poetry install
6868
- name: Run pytest
6969
env:
70+
PYTHONPATH: ${{ github.workspace }}
7071
PGPORT: ${{ job.services.postgres.ports['5432'] }}
7172
run: poetry run pytest --ds tests.settings
7273

0 commit comments

Comments
 (0)