diff --git a/.ci/setup.sh b/.ci/setup.sh index c4cb91e2d4a..0f17d941ff5 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -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