We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci_install.sh
1 parent f4b77f2 commit 6d984a3Copy full SHA for 6d984a3
tests/ci_install.sh
@@ -17,11 +17,6 @@ if [[ ${dependencies} == "full" || ${dependencies} == "cartopy" ]]; then
17
osx|macOS)
18
sudo mkdir -p /usr/local/man
19
sudo chown -R "${USER}:admin" /usr/local/man
20
- # uninstalling pkg-config to workaround a bug in macOS image
21
- # https://github.com/Homebrew/homebrew-core/pull/198691#issuecomment-2495500991
22
- # this can be cleaned-up once the following patch is released:
23
- # https://github.com/actions/runner-images/pull/11015
24
- HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall [email protected] || true
25
HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 open-mpi netcdf ccache macfuse
26
;;
27
esac
0 commit comments