From f08dd01dbba789410d89cd7284cfcd29424cea04 Mon Sep 17 00:00:00 2001 From: Yashwant Date: Wed, 19 Aug 2020 13:13:34 +0530 Subject: [PATCH] Resolve macos issue. --- .ci/macos-steps.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.ci/macos-steps.yaml b/.ci/macos-steps.yaml index 221a5de5c0..f46e0b3e57 100644 --- a/.ci/macos-steps.yaml +++ b/.ci/macos-steps.yaml @@ -14,12 +14,13 @@ steps: set -e sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer unset BOOST_ROOT - if [ "$(binding)" == "python" ]; then - pip install --upgrade pip' - pip install cython numpy pandas zipp configparser - fi brew install openblas armadillo boost + if [ "$(binding)" == "python" ]; then + pip install --upgrade pip + pip install cython numpy pandas zipp configparser + fi + if [ "a$(julia.version)" != "a" ]; then brew cask install julia fi