Skip to content

Commit 40c19a6

Browse files
committed
macOS: Speedup brew install via HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
1 parent 8475340 commit 40c19a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-mpi.sh

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ case $(uname) in
108108
Darwin)
109109
MPI="${MPI:-mpich}"
110110
echo "::group::Installing $MPI with brew"
111+
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
111112
case $MPI in
112113
mpich)
113114
brew unlink openmpi > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)