We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec6513 commit e3446c0Copy full SHA for e3446c0
1 file changed
.github/workflows/build_wheels.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
CIBW_SKIP: '*musllinux* pp*'
25
CIBW_TEST_REQURES: pytest, numpy==1.20.1
26
- CIBW_TEST_COMMAND: pytest {package}/tests
+ CIBW_TEST_COMMAND: python -m pytest {package}/tests
27
- uses: actions/upload-artifact@v2
28
with:
29
path: ./wheelhouse/*.whl
0 commit comments