"wrappers/vscode:/vscode.git/clone" did not exist on "d4eb5da4145299c4927f7b374e877cb9d85ea5b0"
Commit f2cf8884 authored by peastman's avatar peastman
Browse files

Another try at fixing travis failure on Mac

parent ddc57057
...@@ -150,7 +150,7 @@ before_install: ...@@ -150,7 +150,7 @@ before_install:
tar -xjvf swig-3.0.7-0.tar.bz2 -C $HOME/swig; tar -xjvf swig-3.0.7-0.tar.bz2 -C $HOME/swig;
export PATH=$HOME/swig/bin:$PATH; export PATH=$HOME/swig/bin:$PATH;
export SWIG_LIB=$HOME/swig/share/swig/3.0.7; export SWIG_LIB=$HOME/swig/share/swig/3.0.7;
pip install cython; sudo pip install cython;
fi fi
- if [[ "$CUDA" == "true" ]]; then - if [[ "$CUDA" == "true" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment