Skip to content

Commit a53fa51

Browse files
Andy Fengshelhamer
authored andcommitted
[build] travis: remove existing conda dir
there seems to be a caching issue at the moment; this is a temporary fix for #3786
1 parent 6ed3b2a commit a53fa51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/travis/travis_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ rm -f $LMDB_FILE
6060
# Install the Python runtime dependencies via miniconda (this is much faster
6161
# than using pip for everything).
6262
export PATH=$CONDA_DIR/bin:$PATH
63+
# clear any cached conda (see #3786)
64+
rm -rf $CONDA_DIR
6365
if [ ! -d $CONDA_DIR ]; then
6466
if [ "$PYTHON_VERSION" -eq "3" ]; then
6567
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh

0 commit comments

Comments
 (0)