Skip to content

Commit

Permalink
[CI] Just test import for wheels (#453)
Browse files Browse the repository at this point in the history
* Just test import for wheels

* Use double quotes

---------

Co-authored-by: Josh Moore <[email protected]>
  • Loading branch information
psobolewskiPhD and joshmoore authored Aug 3, 2023
1 parent e0cc459 commit 7cbf40d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
CIBW_TEST_COMMAND: pytest --pyargs numcodecs
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python -c "import numcodecs"
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
CIBW_ARCHS_MACOS: 'x86_64 arm64'
CIBW_TEST_SKIP: '*-macosx_arm64'
Expand Down

0 comments on commit 7cbf40d

Please sign in to comment.