CI/BLD: fix bash script tests for cibw by andyfaff · Pull Request #25763 · numpy/numpy

Conversation

@andyfaff

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.

mattip

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.

Co-authored-by: Matti Picus <matti.picus@gmail.com>
Co-authored-by: Matti Picus <matti.picus@gmail.com>

@mattip

2 participants

@andyfaff @mattip