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 d8ce27f commit 596c627Copy full SHA for 596c627
ci/test/04_install.sh
@@ -19,7 +19,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
19
git reset --hard origin/master
20
popd || exit 1
21
set -o errexit
22
- ${CI_RETRY_EXE} brew unlink python@2
23
${CI_RETRY_EXE} brew update
24
# brew upgrade returns an error if any of the packages is already up to date
25
# Failure is safe to ignore, unless we really need an update.
0 commit comments