We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0936d26 commit 2db8b00Copy full SHA for 2db8b00
.github/workflows/ci.yml
@@ -157,9 +157,9 @@ jobs:
157
CIBW_BUILD: "cp3{6,7,8,9}-*"
158
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
159
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
160
- # Below command fails when data is not correctly statically linked
161
- # Full tests not needed: these are done prior to building.
162
- CIBW_TEST_COMMAND: "python -c 'from isal import isal_zlib, igzip; isal_zlib.adler32(b\"bla\")'"
+ # Fully test the build wheels again.
+ CIBW_TEST_REQUIRES: "pytest"
+ CIBW_TEST_COMMAND: "pytest {project}/tests"
163
- name: Build sdist
164
if: "runner.os == 'Linux'"
165
run: python setup.py sdist
0 commit comments