mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
remove curl from brew [CI skip]
This commit is contained in:
parent
4462509050
commit
6ef1dd1667
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