We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52dda8 commit 313b8e4Copy full SHA for 313b8e4
ci/install_travis.sh
@@ -31,7 +31,7 @@ edit_init
31
home_dir=$(pwd)
32
echo "home_dir: [$home_dir]"
33
34
-MINICONDA_DIR="$HOME/miniconda"
+MINICONDA_DIR="$HOME/miniconda3"
35
36
if [ -d "$MINICONDA_DIR" ] && [ -e "$MINICONDA_DIR/bin/conda" ] && [ "$USE_CACHE" ]; then
37
echo "Miniconda install already present from cache: $MINICONDA_DIR"
0 commit comments