mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
commit
54a83e2cb9
5
.github/workflows/build.sh
vendored
5
.github/workflows/build.sh
vendored
|
@ -1,8 +1,9 @@
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
# these cause a conflict with built webp and libtiff,
|
# webp, zstd, xz, libtiff cause a conflict with building webp and libtiff
|
||||||
# curl from brew requires zstd, use system curl
|
# curl from brew requires zstd, use system curl
|
||||||
brew remove --ignore-dependencies webp zstd xz libtiff curl
|
# if php is installed, brew tries to reinstall these after installing openblas
|
||||||
|
brew remove --ignore-dependencies webp zstd xz libtiff curl php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user