Skip to content

Commit 422fce1

Browse files
committed
Fix publish.yml bug
1 parent c50efa8 commit 422fce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
export POSTGRESQL_PATH="/usr/lib/postgresql/$POSTGRESQL_VERSION/bin/postgres"
4343
export INITDB_PATH="/usr/lib/postgresql/$POSTGRESQL_VERSION/bin/initdb"
44+
export PYTHONPATH="pytest_plugins:test_project"
4445
pytest
4546
deploy:
4647
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)