Skip to content

Commit

Permalink
CI,Cygwin: Force NumPy 1.26 to use Netlib interfaces
Browse files Browse the repository at this point in the history
Cygwin has Netlib interfaces, NumPy CI uses them.  Let's see if we can force pip/meson to use them.
  • Loading branch information
DWesl authored Mar 12, 2024
1 parent 2753057 commit 255b157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 255b157

Please sign in to comment.