mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-23 02:32:00 +03:00
mac/linux: install binary only pyarrow, and don't fail if there's no binary
This commit is contained in:
parent
dd18facb22
commit
b2210d171f
|
@ -36,7 +36,9 @@ python3 -m pip install -U pytest
|
|||
python3 -m pip install -U pytest-cov
|
||||
python3 -m pip install -U pytest-timeout
|
||||
python3 -m pip install pyroma
|
||||
python3 -m pip install pyarrow
|
||||
# optional test dependency, only install if there's a binary package.
|
||||
# fails on beta 3.14 and pypy3.10
|
||||
python3 -m pip install --only-binary=:all: pyarrow || true
|
||||
|
||||
if [[ $(uname) != CYGWIN* ]]; then
|
||||
python3 -m pip install numpy
|
||||
|
|
Loading…
Reference in New Issue
Block a user