mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Only install NumPy through pip on 64-bit
This commit is contained in:
parent
635f8cf327
commit
cdfe08bc5e
1
.github/workflows/test-cygwin.yml
vendored
1
.github/workflows/test-cygwin.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
||||||
bash.exe .ci/install.sh
|
bash.exe .ci/install.sh
|
||||||
|
|
||||||
- name: Install a different NumPy
|
- name: Install a different NumPy
|
||||||
|
if: matrix.architecture == 'x86_64'
|
||||||
run: |
|
run: |
|
||||||
bash.exe -c "python3.${{ matrix.python-minor-version }} -m pip install -U 'numpy!=1.21.*'"
|
bash.exe -c "python3.${{ matrix.python-minor-version }} -m pip install -U 'numpy!=1.21.*'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user