Skip to content

Commit

Permalink
Simplified NumPy install command
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 15, 2023
1 parent 73e9482 commit 6acb381
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 @@ -99,7 +99,7 @@ jobs:
- name: Install a different NumPy
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U 'numpy!=1.21.*'
python3 -m pip install -U numpy
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
Expand Down

0 comments on commit 6acb381

Please sign in to comment.