Skip to content

Commit

Permalink
Limit NumPy version on Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 20, 2023
1 parent 43bae2b commit bf046df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit bf046df

Please sign in to comment.