Skip to content

Commit

Permalink
Merge pull request #2551 from eisenhauer/MacBuildFix
Browse files Browse the repository at this point in the history
Fix brew mac build python install problem
  • Loading branch information
eisenhauer authored Dec 19, 2020
2 parents e4bd27f + 864b120 commit 19c7c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/azure/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 19c7c91

Please sign in to comment.