Limit NumPy version on Cygwin

This commit is contained in:
Andrew Murray 2023-09-20 16:17:47 +10:00
parent 43bae2b101
commit bf046dff6e

View File

@ -102,10 +102,10 @@ jobs:
run: |
bash.exe .ci/install.sh
- name: Install latest NumPy
- name: Upgrade NumPy
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U numpy
python3 -m pip install -U "numpy<1.26"
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"