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

Commit

Permalink
Merge pull request #173 from nulano/mac
Browse files Browse the repository at this point in the history
GHA: Fix macOS builds
  • Loading branch information
radarhere authored Dec 11, 2020
2 parents 0480e2c + 6ef1dd1 commit a7fa15b
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 a7fa15b

Please sign in to comment.