Resolve macos issue.

This commit is contained in:
Yashwant
2020-08-19 13:13:34 +05:30
parent 550f65f7d4
commit f08dd01dbb
+5 -4
View File
@@ -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