We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d968260 commit f0533e4Copy full SHA for f0533e4
ci/install_travis.sh
@@ -35,7 +35,7 @@ echo "[home_dir: $home_dir]"
35
# install miniconda
36
MINICONDA_DIR="$HOME/miniconda3"
37
38
-if [ "$USE_CACHE" ] && [ -d "$MINICONDA_DIR" ]; then
+if [ "$USE_CACHE" ] && [ -d "$MINICONDA_DIR/bin" ]; then
39
echo "[Using cached Miniconda install]"
40
41
else
@@ -54,6 +54,9 @@ else
54
bash miniconda.sh -b -p "$MINICONDA_DIR" || exit 1
55
fi
56
57
+echo "[show conds]"
58
+which conda
59
+
60
echo "[update conda]"
61
conda config --set ssl_verify false || exit 1
62
conda config --set always_yes true --set changeps1 false || exit 1
0 commit comments