We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d09b0e commit 5509c94Copy full SHA for 5509c94
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
poetry install
68
- name: Run pytest
69
env:
70
+ PYTHONPATH: ${{ github.workspace }}
71
PGPORT: ${{ job.services.postgres.ports['5432'] }}
72
run: poetry run pytest --ds tests.settings
73
0 commit comments