File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh \
102102 -O miniconda.sh
103103chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
104104export PATH=" $MINICONDA_PATH /bin:$PATH "
105- conda update --yes --quiet conda
105+ # Temporary work-around (2017-09-27)
106+ # conda update --yes --quiet conda
106107
107108# Configure the conda environment and put it in the path using the
108109# provided versions
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
3535 MINICONDA_PATH=/home/travis/miniconda
3636 chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
3737 export PATH=$MINICONDA_PATH /bin:$PATH
38- conda update --yes conda
38+ # Temporary work-around (2017-09-27)
39+ # conda update --yes conda
3940
4041 # Configure the conda environment and put it in the path using the
4142 # provided versions
You can’t perform that action at this time.
0 commit comments