Skip to content

Commit

Permalink
Another attempt for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jul 31, 2023
1 parent cade81d commit dec6804
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
CIBW_TEST_REQUIRES: blosc2
CIBW_TEST_COMMAND: cd examples && python schunk_roundtrip.py
CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=main
CIBW_TEST_COMMAND: cd {project}/examples && python schunk_roundtrip.py
CIBW_BUILD_VERBOSITY: 1

- name: Build wheels (Mac OSX arm64)
Expand All @@ -77,8 +77,8 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
CIBW_TEST_REQUIRES: blosc2
CIBW_TEST_COMMAND: cd examples && python schunk_roundtrip.py
CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=main
CIBW_TEST_COMMAND: cd {project}/examples && python schunk_roundtrip.py
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: "arm64"

Expand All @@ -92,8 +92,8 @@ jobs:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-*'
CIBW_SKIP: '*-manylinux*_i686 *-musllinux_* ${{ env.CIBW_SKIP}}'
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: blosc2
CIBW_TEST_COMMAND: cd examples && python schunk_roundtrip.py
CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=main
CIBW_TEST_COMMAND: cd {project}/examples && python schunk_roundtrip.py
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: "x86_64"

Expand Down

0 comments on commit dec6804

Please sign in to comment.