Only install NumPy through pip on 64-bit

This commit is contained in:
Andrew Murray 2022-04-16 19:14:00 +10:00
parent 635f8cf327
commit cdfe08bc5e

View File

@ -53,6 +53,7 @@ jobs:
bash.exe .ci/install.sh
- name: Install a different NumPy
if: matrix.architecture == 'x86_64'
run: |
bash.exe -c "python3.${{ matrix.python-minor-version }} -m pip install -U 'numpy!=1.21.*'"