Commit 2c3ebd94 authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

[ci] miniconda installer hotfix (#2511)

* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh
parent b1c50d07
...@@ -42,7 +42,8 @@ else # Linux ...@@ -42,7 +42,8 @@ else # Linux
fi fi
if [[ $TRAVIS == "true" ]] || [[ $OS_NAME == "macos" ]]; then if [[ $TRAVIS == "true" ]] || [[ $OS_NAME == "macos" ]]; then
mkdir -p ~/.conda # temp fix for broken miniconda installer
sh conda.sh -b -p $CONDA sh conda.sh -b -p $CONDA
fi fi
conda config --set always_yes yes --set changeps1 no conda config --set always_yes yes --set changeps1 no
conda update -q -y conda conda install --force-reinstall -q -y conda # temp fix for broken miniconda installer
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment