Skip to content

Commit

Permalink
fixup! CI: Build wheels for macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 1, 2024
1 parent 7b7b37c commit 9acf493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_TEST_COMMAND_WINDOWS: pytest --strict-markers -m "not slow" -k "not test_fit_and_predict_linear_regression" {project}\\tests
CIBW_TEST_REQUIRES: pytest
# Skip trying to test arm64 builds on Intel Macs, and vice versa
CIBW_TEST_SKIP: "${{ runner.arch == 'ARM64' && '*-macosx_x86_64' || '*-macosx_arm64' }} *-macosx_universal2:arm64}"
CIBW_TEST_SKIP: "${{ runner.arch == 'ARM64' && '*-macosx_x86_64' || '*-macosx_arm64' }} *-macosx_universal2:arm64"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 9acf493

Please sign in to comment.