Skip to content

Commit

Permalink
Quick-Fix python2 bind error
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed Feb 1, 2020
1 parent 0a7a5e3 commit 2d8a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/macos-steps.yaml
Expand Up @@ -14,7 +14,7 @@ steps:
set -e set -e
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
unset BOOST_ROOT unset BOOST_ROOT
pip install cython numpy pandas pip install cython numpy pandas zipp
brew install openblas armadillo boost brew install openblas armadillo boost
if [ "a$(julia.version)" != "a" ]; then if [ "a$(julia.version)" != "a" ]; then
Expand Down

0 comments on commit 2d8a3cb

Please sign in to comment.