-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ jobs: | |
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
CIBW_ARCHS_MACOS: auto arm64 | ||
CIBW_ENVIRONMENT_MACOS: F77=gfortran-9 F90=gfortran-9 | ||
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source | ||
# Skip pp37-win_* and pp37-macosx_*, because there were never Numpy wheels built for them | ||
|