Skip to content

Commit

Permalink
Merge pull request yt-project#5067 from meeseeksmachine/auto-backport…
Browse files Browse the repository at this point in the history
…-of-pr-5066-on-yt-4.4.x
  • Loading branch information
neutrinoceros authored Nov 25, 2024
2 parents cc5f262 + ec2f968 commit 30b0613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ci_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ if [[ ${dependencies} == "full" || ${dependencies} == "cartopy" ]]; then
osx|macOS)
sudo mkdir -p /usr/local/man
sudo chown -R "${USER}:admin" /usr/local/man
# uninstalling pkg-config to workaround a bug in macOS image
# https://github.com/Homebrew/homebrew-core/pull/198691#issuecomment-2495500991
# this can be cleaned-up once the following patch is released:
# https://github.com/actions/runner-images/pull/11015
HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall pkg-config@0.29.2 || true
HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 open-mpi netcdf ccache macfuse
;;
esac
Expand Down

0 comments on commit 30b0613

Please sign in to comment.