Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# these cause a conflict with built webp and libtiff,
# webp, zstd, xz, libtiff cause a conflict with building webp and libtiff
# curl from brew requires zstd, use system curl
brew remove --ignore-dependencies webp zstd xz libtiff curl
# if php is installed, brew tries to reinstall these after installing openblas
brew remove --ignore-dependencies webp zstd xz libtiff curl php
fi

if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
Expand Down