mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
ci: fix passing env vars to build scripts
This commit is contained in:
parent
1e0086b1fe
commit
3eee3e336d
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
|
@ -96,6 +96,7 @@ jobs:
|
|||
CIBW_TEST_COMMAND: >-
|
||||
export PYTHONPATH={project} &&
|
||||
python -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
||||
CIBW_ENVIRONMENT_PASS_LINUX: LIBPQ_VERSION OPENSSL_VERSION
|
||||
CIBW_ENVIRONMENT: >-
|
||||
PACKAGE_NAME=psycopg2-binary
|
||||
LIBPQ_BUILD_PREFIX=/host/tmp/libpq.build
|
||||
|
|
Loading…
Reference in New Issue
Block a user