mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +03:00
commit
a7fa15bdcb
5
.github/workflows/build.sh
vendored
5
.github/workflows/build.sh
vendored
|
@ -5,8 +5,9 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||
# TODO remove when that is fixed
|
||||
brew install tcl-tk
|
||||
fi
|
||||
# these cause a conflict with built webp and libtiff
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff
|
||||
# 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
|
||||
fi
|
||||
|
||||
if [[ "$MB_PYTHON_VERSION" == "pypy3.6-7.3" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user