We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc4ad5 + eb694e8 commit c7b61c5Copy full SHA for c7b61c5
ci/conda-get.sh
@@ -21,7 +21,7 @@ else
21
wget --progress=dot:giga -c https://repo.continuum.io/miniconda/Miniconda3-latest-${sys_name}-x86_64.sh
22
chmod a+x Miniconda3-latest-${sys_name}-x86_64.sh
23
if [ ! -d $CONDA_PATH -o ! -z "$CI" ]; then
24
- ./Miniconda3-latest-${sys_name}-x86_64.sh -p $CONDA_PATH -b -f
+ bash Miniconda3-latest-${sys_name}-x86_64.sh -p $CONDA_PATH -b -f
25
fi
26
export PATH=$CONDA_PATH/bin:$PATH
27
0 commit comments