Skip to content

Commit 596c627

Browse files
committed
ci: Fix brew in Travis
1 parent d8ce27f commit 596c627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/test/04_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
1919
git reset --hard origin/master
2020
popd || exit 1
2121
set -o errexit
22-
${CI_RETRY_EXE} brew unlink python@2
2322
${CI_RETRY_EXE} brew update
2423
# brew upgrade returns an error if any of the packages is already up to date
2524
# Failure is safe to ignore, unless we really need an update.

0 commit comments

Comments
 (0)