Skip to content

Commit

Permalink
ci: fix passing env vars to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Aug 4, 2023
1 parent 1e0086b commit 3eee3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3eee3e3

Please sign in to comment.