From 13d18960e1a2c3390004e271cba185c51cbe930f Mon Sep 17 00:00:00 2001 From: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com> Date: Fri, 27 Mar 2020 01:07:24 +0530 Subject: [PATCH] Attempt to Fix Azure pipeline (#2340) * Install config parser * Fix file * Removed pandas to start build * Update macos-steps.yaml --- .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 7439d0b2b2..968abd018f 100644 --- a/.ci/macos-steps.yaml +++ b/.ci/macos-steps.yaml @@ -14,7 +14,7 @@ steps: set -e sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer unset BOOST_ROOT - pip install cython numpy pandas zipp + pip install cython numpy pandas zipp configparser brew install openblas armadillo boost if [ "a$(julia.version)" != "a" ]; then