mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 05:36:48 +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
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
# these cause a conflict with built webp and libtiff,
|
# these cause a conflict with built 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
|
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