mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
fix macos pyarrow test install
This commit is contained in:
parent
9021829f7e
commit
038f62ce93
4
.github/workflows/macos-install.sh
vendored
4
.github/workflows/macos-install.sh
vendored
|
@ -26,7 +26,9 @@ python3 -m pip install -U pytest-cov
|
|||
python3 -m pip install -U pytest-timeout
|
||||
python3 -m pip install pyroma
|
||||
python3 -m pip install numpy
|
||||
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
|
||||
|
||||
# extra test images
|
||||
pushd depends && ./install_extra_test_images.sh && popd
|
||||
|
|
Loading…
Reference in New Issue
Block a user