Skip to content

Commit

Permalink
ci: Fix brew python link
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 2, 2020
1 parent 0655c7a commit 87744b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
git reset --hard origin/master
popd || exit 1
set -o errexit
${CI_RETRY_EXE} brew unlink python@2
${CI_RETRY_EXE} brew update
# brew upgrade returns an error if any of the packages is already up to date
# Failure is safe to ignore, unless we really need an update.
Expand Down

0 comments on commit 87744b1

Please sign in to comment.