CI/BLD: fix bash script tests for cibw by andyfaff · Pull Request #25763 · numpy/numpy
Conversation
This PR fixes a several logic tests in bash scripts that are used for building wheels on macOS. If we're on Sonoma we need to be using Accelerate, and the logic tests were falsely installing gfortran (which should be supplied by micromamba) and openblas which meant that that is picked up instead of Accelerate.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two small nits, otherwise LGTM.
This file contains hidden or 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