Skip to content

Commit

Permalink
Just test import for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Jul 29, 2023
1 parent 2ad7a12 commit 5124ec7
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 @@ -11,8 +11,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_ENVIRONMENT: "DISABLE_NUMCODECS_AVX2=1"
CIBW_ENVIRONMENT_MACOS: 'MACOSX_DEPLOYMENT_TARGET=10.9 DISABLE_NUMCODECS_AVX2=1 CFLAGS="$CFLAGS -Wno-implicit-function-declaration"'
Expand Down

0 comments on commit 5124ec7

Please sign in to comment.