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 5580a2c commit f3be8f9Copy full SHA for f3be8f9
.github/workflows/ci.yml
@@ -157,8 +157,8 @@ jobs:
157
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
158
# Fully test the build wheels again.
159
CIBW_TEST_REQUIRES: "pytest"
160
- # Simple test that requires the project to be build correctly
161
- CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
+ # Test everything to be sure.
+ CIBW_TEST_COMMAND: "pytest {project}/tests"
162
- name: Build sdist
163
if: "runner.os == 'Linux'"
164
run: python setup.py sdist
0 commit comments