Skip to content

Commit

Permalink
[ci] miniconda installer hotfix (#2511)
Browse files Browse the repository at this point in the history
* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh

* Update setup.sh
  • Loading branch information
StrikerRUS authored and guolinke committed Oct 16, 2019
1 parent b1c50d0 commit 2c3ebd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/setup.sh
Expand Up @@ -42,7 +42,8 @@ else # Linux
fi

if [[ $TRAVIS == "true" ]] || [[ $OS_NAME == "macos" ]]; then
mkdir -p ~/.conda # temp fix for broken miniconda installer
sh conda.sh -b -p $CONDA
fi
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

0 comments on commit 2c3ebd9

Please sign in to comment.