Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
remove curl from brew [CI skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Dec 11, 2020
1 parent 4462509 commit 6ef1dd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ef1dd1

Please sign in to comment.