Skip to content

Commit 829d437

Browse files
committed
Limit NumPy version on Cygwin
1 parent 43bae2b commit 829d437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cygwin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
run: |
103103
bash.exe .ci/install.sh
104104
105-
- name: Install latest NumPy
105+
- name: Upgrade NumPy
106106
shell: dash.exe -l "{0}"
107107
run: |
108-
python3 -m pip install -U numpy
108+
python3 -m pip install -U numpy<1.26
109109
110110
- name: Build
111111
shell: bash.exe -eo pipefail -o igncr "{0}"

0 commit comments

Comments
 (0)