brew: Update instead of install libyaml

This commit is contained in:
Florian Bruhin 2018-07-03 10:27:38 +02:00
parent 1c8917b10e
commit 05531ddcf0

View File

@ -82,8 +82,8 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
brew --version brew --version
brew update brew update
brew upgrade python brew upgrade python libyaml
brew install qt5 pyqt5 libyaml brew install qt5 pyqt5
pip_install -r misc/requirements/requirements-tox.txt pip_install -r misc/requirements/requirements-tox.txt
python3 -m pip --version python3 -m pip --version