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 3e41aa4 commit 47f7aeeCopy full SHA for 47f7aee
.github/workflows/ci.yml
@@ -162,7 +162,8 @@ jobs:
162
# Fully test the build wheels again.
163
CIBW_TEST_REQUIRES: "pytest"
164
# Simple test that requires the project to be build correctly
165
- CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
+ CIBW_TEST_COMMAND: >-
166
+ pytest {project}/tests/test_igzip.py {project}/tests/test_isal.py
167
- name: Build sdist
168
if: "runner.os == 'Linux'"
169
run: python setup.py sdist
0 commit comments