Commit fb7da351 authored by Charles Harris's avatar Charles Harris
Browse files

BUG: Remove brew update to avoid problems with older macos

Follow up for #321 that removed the updates from the tests.
parent 3cec7428
...@@ -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