File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ if [[ `type -t deactivate` ]]; then
98
98
fi
99
99
100
100
# Install dependencies with miniconda
101
- wget https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh \
101
+ wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -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 "
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
30
30
deactivate
31
31
32
32
# Install miniconda
33
- wget https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh \
33
+ wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh \
34
34
-O miniconda.sh
35
35
MINICONDA_PATH=/home/travis/miniconda
36
36
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
You can’t perform that action at this time.
0 commit comments