Removed brew link command.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-03-20 17:21:32 -03:00
parent 7da7569107
commit 4d5e88d819
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -115,7 +115,6 @@ EOF
sudo umount root.x86_64/$HOME sudo umount root.x86_64/$HOME
sudo umount root.x86_64 sudo umount root.x86_64
elif [ "${TRAVIS_OS_NAME}" = osx ]; then elif [ "${TRAVIS_OS_NAME}" = osx ]; then
brew link --force qt5
brew update brew update
brew upgrade brew upgrade
brew link --overwrite numpy brew link --overwrite numpy