mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-24 15:03:22 +03:00
add comment for brew remove
This commit is contained in:
parent
decd59a691
commit
189334bae9
3
.github/workflows/build.sh
vendored
3
.github/workflows/build.sh
vendored
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
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
|
||||||
|
# if php is installed, brew tries to reinstall these after installing openblas
|
||||||
brew remove --ignore-dependencies webp zstd xz libtiff curl php
|
brew remove --ignore-dependencies webp zstd xz libtiff curl php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user