Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Aug 23, 2023
1 parent 0e7ac3e commit 6e35202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
CIBW_BEFORE_TEST: python -m pip install --upgrade pip && python -m pip install -r requirements-test.txt
CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py
CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py {project}/examples/teapot.ppm
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: "arm64"

Expand All @@ -81,7 +81,7 @@ jobs:
CIBW_SKIP: '*-manylinux*_i686 *-musllinux_* ${{ env.CIBW_SKIP}}'
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BEFORE_TEST: python -m pip install --upgrade pip && python -m pip install -r requirements-test.txt
CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py
CIBW_TEST_COMMAND: BLOSC_TRACE=1 python {project}/examples/test.py {project}/examples/teapot.ppm
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: "x86_64"

Expand Down

0 comments on commit 6e35202

Please sign in to comment.