Skip to content

Commit cd98c41

Browse files
committed
fix typon in test command, add install of pytest
1 parent 8a27904 commit cd98c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
matrix:
1212
os: [ubuntu-18.04, windows-latest, macos-latest]
1313
env:
14-
CIBW_TEST_COMAND: pytest --pyargs numcodecs
14+
CIBW_TEST_COMMAND: pytest --pyargs numcodecs
15+
CIBW_TEST_REQUIRES: pytest
1516
CIBW_SKIP: "*27* pp*"
1617
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.9"
1718

0 commit comments

Comments
 (0)