Skip to content

Commit

Permalink
[build] travis: remove existing conda dir
Browse files Browse the repository at this point in the history
there seems to be a caching issue at the moment;
this is a temporary fix for #3786
  • Loading branch information
Andy Feng authored and shelhamer committed Mar 9, 2016
1 parent 6ed3b2a commit a53fa51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ rm -f $LMDB_FILE
# Install the Python runtime dependencies via miniconda (this is much faster
# than using pip for everything).
export PATH=$CONDA_DIR/bin:$PATH
# clear any cached conda (see #3786)
rm -rf $CONDA_DIR
if [ ! -d $CONDA_DIR ]; then
if [ "$PYTHON_VERSION" -eq "3" ]; then
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit a53fa51

Please sign in to comment.