Skip to content

Commit 90dabed

Browse files
committed
Revert "Require packages to pass all tests"
This reverts commit f3be8f9.
1 parent 85d573c commit 90dabed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
158158
# Fully test the build wheels again.
159159
CIBW_TEST_REQUIRES: "pytest"
160-
# Test everything to be sure.
161-
CIBW_TEST_COMMAND: "pytest {project}/tests"
160+
# Simple test that requires the project to be build correctly
161+
CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
162162
- name: Build sdist
163163
if: "runner.os == 'Linux'"
164164
run: python setup.py sdist

0 commit comments

Comments
 (0)