remove curl from brew [CI skip]

This commit is contained in:
nulano 2020-12-11 16:12:07 +01:00
parent 4462509050
commit 6ef1dd1667

View File

@ -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