Skip to content

Commit cf53455

Browse files
committed
Fix the pre-release test environment
1 parent 11056f7 commit cf53455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build wheels
5555
uses: pypa/[email protected]
5656
env:
57-
CIBW_TEST_REQUIRES: hypothesis
57+
CIBW_TEST_REQUIRES: hypothesis pytest
5858
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
5959
CIBW_SKIP: "pp* cp36-* cp37-*"
6060
CIBW_ARCHS: ${{ matrix.cibw_archs }}

0 commit comments

Comments
 (0)