We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0086b commit 3eee3e3Copy full SHA for 3eee3e3
.github/workflows/packages.yml
@@ -96,6 +96,7 @@ jobs:
96
CIBW_TEST_COMMAND: >-
97
export PYTHONPATH={project} &&
98
python -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')"
99
+ CIBW_ENVIRONMENT_PASS_LINUX: LIBPQ_VERSION OPENSSL_VERSION
100
CIBW_ENVIRONMENT: >-
101
PACKAGE_NAME=psycopg2-binary
102
LIBPQ_BUILD_PREFIX=/host/tmp/libpq.build
0 commit comments