Skip to content

Commit

Permalink
Another attempt to test wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Aug 1, 2023
1 parent 53185c1 commit 2a3ab40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=blosc2
CIBW_TEST_COMMAND: cd {project}/examples && python schunk_roundtrip.py
CIBW_TEST_COMMAND: python {project}/examples/schunk_roundtrip.py
CIBW_BUILD_VERBOSITY: 1

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

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

Expand Down

0 comments on commit 2a3ab40

Please sign in to comment.