From 255b157b974c05e3d9500f495e7cb1b347f56105 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:46:49 -0400 Subject: [PATCH] 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. --- .github/workflows/test-cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index 4526b9454..306c7ed19 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -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}"