Unverified Commit ec50c47f authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #322 from charris/remove-brew-update

BUG: Remove brew update to avoid problems with older macos
parents 3cec7428 fb7da351
...@@ -23,10 +23,6 @@ function before_install { ...@@ -23,10 +23,6 @@ function before_install {
export CC=clang export CC=clang
export CXX=clang++ export CXX=clang++
# To work round:
# https://travis-ci.community/t/syntax-error-unexpected-keyword-rescue-expecting-keyword-end-in-homebrew/5623
brew update
get_macpython_environment $MB_PYTHON_VERSION venv get_macpython_environment $MB_PYTHON_VERSION venv
source venv/bin/activate source venv/bin/activate
pip install --upgrade pip wheel pip install --upgrade pip wheel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment