We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4970799 commit 48192f2Copy full SHA for 48192f2
.circleci/unittest/linux/scripts/setup_env.sh
@@ -22,7 +22,7 @@ esac
22
# 1. Install conda at ./conda
23
if [ ! -d "${conda_dir}" ]; then
24
printf "* Installing conda\n"
25
- wget -O miniconda.sh http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
+ wget -O miniconda.sh "http://repo.continuum.io/miniconda/Miniconda3-latest-${os}-x86_64.sh"
26
bash ./miniconda.sh -b -f -p "${conda_dir}"
27
fi
28
eval "$(${conda_dir}/bin/conda shell.bash hook)"
0 commit comments