Simplified NumPy install command

This commit is contained in:
Andrew Murray 2023-04-15 17:23:08 +10:00
parent 73e9482488
commit 6acb381656

View File

@ -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}"