Skip to content

Commit e3446c0

Browse files
committed
Test new config file
1 parent 7ec6513 commit e3446c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
CIBW_SKIP: '*musllinux* pp*'
2525
CIBW_TEST_REQURES: pytest, numpy==1.20.1
26-
CIBW_TEST_COMMAND: pytest {package}/tests
26+
CIBW_TEST_COMMAND: python -m pytest {package}/tests
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)