Skip to content

Commit 2db8b00

Browse files
committed
Fully test build wheels
1 parent 0936d26 commit 2db8b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
CIBW_BUILD: "cp3{6,7,8,9}-*"
158158
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
159159
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\")'"
160+
# Fully test the build wheels again.
161+
CIBW_TEST_REQUIRES: "pytest"
162+
CIBW_TEST_COMMAND: "pytest {project}/tests"
163163
- name: Build sdist
164164
if: "runner.os == 'Linux'"
165165
run: python setup.py sdist

0 commit comments

Comments
 (0)