CI,Cygwin: Force NumPy 1.26 to use Netlib interfaces

Cygwin has Netlib interfaces, NumPy CI uses them.  Let's see if we can force pip/meson to use them.
This commit is contained in:
DWesl 2024-03-12 15:46:49 -04:00 committed by GitHub
parent 2753057806
commit 255b157b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ jobs:
- name: Upgrade NumPy
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U "numpy<1.26"
python3 -m pip install -U "numpy" --config-settings=setup-args="-Dblas=blas" --config-settings=setup-args="-Dlapack=lapack"
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"