Merge pull request #173 from nulano/mac

GHA: Fix macOS builds
This commit is contained in:
Andrew Murray 2020-12-12 07:32:21 +11:00 committed by GitHub
commit a7fa15bdcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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