Skip to content

Commit 87744b1

Browse files
committed
ci: Fix brew python link
1 parent 0655c7a commit 87744b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
1616
git reset --hard origin/master
1717
popd || exit 1
1818
set -o errexit
19+
${CI_RETRY_EXE} brew unlink python@2
1920
${CI_RETRY_EXE} brew update
2021
# brew upgrade returns an error if any of the packages is already up to date
2122
# Failure is safe to ignore, unless we really need an update.

0 commit comments

Comments
 (0)