Skip to content

Commit

Permalink
Fix (?) CI-build by skipping tests on ARM64 for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Apr 29, 2024
1 parent ec79837 commit c77a031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_x86_64 *-musllinux_i686"
CIBW_BEFORE_TEST: pip install -r {package}/requirements-test.txt
CIBW_TEST_COMMAND: python -m pytest {package}/tests --benchmark-skip
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c77a031

Please sign in to comment.