mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
brew remove php
This commit is contained in:
parent
97aa3624de
commit
decd59a691
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
|
@ -2,7 +2,7 @@
|
|||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
# these cause a conflict with built webp and libtiff,
|
||||
# curl from brew requires zstd, use system curl
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff curl
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff curl php
|
||||
fi
|
||||
|
||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user