Skip to content

Commit 7cbf40d

Browse files
[CI] Just test import for wheels (#453)
* Just test import for wheels * Use double quotes --------- Co-authored-by: Josh Moore <[email protected]>
1 parent e0cc459 commit 7cbf40d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
env:
18-
CIBW_TEST_COMMAND: pytest --pyargs numcodecs
19-
CIBW_TEST_REQUIRES: pytest
18+
CIBW_TEST_COMMAND: python -c "import numcodecs"
2019
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
2120
CIBW_ARCHS_MACOS: 'x86_64 arm64'
2221
CIBW_TEST_SKIP: '*-macosx_arm64'

0 commit comments

Comments
 (0)