We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50efa8 commit 422fce1Copy full SHA for 422fce1
.github/workflows/publish.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
export POSTGRESQL_PATH="/usr/lib/postgresql/$POSTGRESQL_VERSION/bin/postgres"
43
export INITDB_PATH="/usr/lib/postgresql/$POSTGRESQL_VERSION/bin/initdb"
44
+ export PYTHONPATH="pytest_plugins:test_project"
45
pytest
46
deploy:
47
runs-on: ubuntu-latest
0 commit comments