Skip to content

Commit 3eee3e3

Browse files
committed
ci: fix passing env vars to build scripts
1 parent 1e0086b commit 3eee3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/packages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
CIBW_TEST_COMMAND: >-
9797
export PYTHONPATH={project} &&
9898
python -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')"
99+
CIBW_ENVIRONMENT_PASS_LINUX: LIBPQ_VERSION OPENSSL_VERSION
99100
CIBW_ENVIRONMENT: >-
100101
PACKAGE_NAME=psycopg2-binary
101102
LIBPQ_BUILD_PREFIX=/host/tmp/libpq.build

0 commit comments

Comments
 (0)