We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655c7a commit 87744b1Copy full SHA for 87744b1
ci/test/04_install.sh
@@ -16,6 +16,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
16
git reset --hard origin/master
17
popd || exit 1
18
set -o errexit
19
+ ${CI_RETRY_EXE} brew unlink python@2
20
${CI_RETRY_EXE} brew update
21
# brew upgrade returns an error if any of the packages is already up to date
22
# Failure is safe to ignore, unless we really need an update.
0 commit comments