Skip to content

Commit 6d984a3

Browse files
committed
CLN: remove unused workaround in ci_install.sh
1 parent f4b77f2 commit 6d984a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/ci_install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ if [[ ${dependencies} == "full" || ${dependencies} == "cartopy" ]]; then
1717
osx|macOS)
1818
sudo mkdir -p /usr/local/man
1919
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
2520
HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 open-mpi netcdf ccache macfuse
2621
;;
2722
esac

0 commit comments

Comments
 (0)