Skip to content

Commit 313b8e4

Browse files
committed
BLD: use miniconda3 as the miniconda dir
1 parent b52dda8 commit 313b8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ edit_init
3131
home_dir=$(pwd)
3232
echo "home_dir: [$home_dir]"
3333

34-
MINICONDA_DIR="$HOME/miniconda"
34+
MINICONDA_DIR="$HOME/miniconda3"
3535

3636
if [ -d "$MINICONDA_DIR" ] && [ -e "$MINICONDA_DIR/bin/conda" ] && [ "$USE_CACHE" ]; then
3737
echo "Miniconda install already present from cache: $MINICONDA_DIR"

0 commit comments

Comments
 (0)