File tree 2 files changed +4
-2
lines changed
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-latest-Linux-x86_64.sh \
102
102
-O miniconda.sh
103
103
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
104
104
export PATH=" $MINICONDA_PATH /bin:$PATH "
105
- conda update --yes --quiet conda
105
+ # Temporary work-around (2017-09-27)
106
+ # conda update --yes --quiet conda
106
107
107
108
# Configure the conda environment and put it in the path using the
108
109
# provided versions
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
35
35
MINICONDA_PATH=/home/travis/miniconda
36
36
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
37
37
export PATH=$MINICONDA_PATH /bin:$PATH
38
- conda update --yes conda
38
+ # Temporary work-around (2017-09-27)
39
+ # conda update --yes conda
39
40
40
41
# Configure the conda environment and put it in the path using the
41
42
# provided versions
You can’t perform that action at this time.
0 commit comments