Skip to content

Commit ac81ca2

Browse files
committed
Fix?
1 parent 4f76750 commit ac81ca2

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
@@ -55,7 +55,7 @@ jobs:
5555
uses: pypa/[email protected]
5656
env:
5757
CIBW_TEST_REQUIRES: hypothesis pytest
58-
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
58+
CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"
5959
CIBW_SKIP: "pp* cp36-* cp37-*"
6060
CIBW_ARCHS: ${{ matrix.cibw_archs }}
6161
CIBW_TEST_SKIP: "*-win_arm64"

0 commit comments

Comments
 (0)