From d8a3cb33b41a01c8e75723f67eabddf954eab828 Mon Sep 17 00:00:00 2001 From: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com> Date: Thu, 20 Feb 2020 07:58:15 +0530 Subject: [PATCH] Change to brew update --- .ci/macos-steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/macos-steps.yaml b/.ci/macos-steps.yaml index 66a07fb8c9..bdc11fe3f7 100644 --- a/.ci/macos-steps.yaml +++ b/.ci/macos-steps.yaml @@ -15,7 +15,7 @@ steps: sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer unset BOOST_ROOT pip install cython numpy pandas zipp - brew update --force + brew update brew install openblas armadillo boost if [ "a$(julia.version)" != "a" ]; then