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 85d573c commit 90dabedCopy full SHA for 90dabed
.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
- # Test everything to be sure.
161
- CIBW_TEST_COMMAND: "pytest {project}/tests"
+ # Simple test that requires the project to be build correctly
+ CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
162
- name: Build sdist
163
if: "runner.os == 'Linux'"
164
run: python setup.py sdist
0 commit comments