Attempt to Fix Azure pipeline (#2340)

* Install config parser

* Fix file

* Removed pandas to start build

* Update macos-steps.yaml
This commit is contained in:
kartikdutt18
2020-03-26 20:37:24 +01:00
committed by GitHub
parent 148ce4891f
commit 13d18960e1
+1 -1
View File
@@ -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