Use prepackaged NumPy to avoid slow source rebuilds

This commit is contained in:
Hugo van Kemenade 2023-07-12 23:10:56 +03:00
parent 7a1e28404d
commit 6d9058df7a

View File

@ -96,11 +96,6 @@ jobs:
run: |
bash.exe .ci/install.sh
- name: Install a different NumPy
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U numpy
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |