From 864b120ef242c7bade6e9a1cb09160c3a97113cf Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Sat, 19 Dec 2020 15:23:27 -0500 Subject: [PATCH] Fix brew mac build python install problem --- scripts/ci/azure/macos-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/azure/macos-setup.sh b/scripts/ci/azure/macos-setup.sh index 325cd920cb..7717ddca23 100755 --- a/scripts/ci/azure/macos-setup.sh +++ b/scripts/ci/azure/macos-setup.sh @@ -16,7 +16,7 @@ case "$SYSTEM_JOBNAME" in ;; esac -echo "Removing all existing brew package and update teh formule" +echo "Removing all existing brew package and update the formule" brew remove --force $(brew list) brew update @@ -31,6 +31,7 @@ brew install c-blosc echo "Installing python and friends" brew install python numpy +brew link --overwrite python if [[ "$SYSTEM_JOBNAME" =~ .*openmpi.* ]] then