8000 Download previous version of miniconda installer · scikit-learn/scikit-learn@4620fad · GitHub
[go: up one dir, main page]

Skip to content

Commit 4620fad

Browse files
committed
Download previous version of miniconda installer
1 parent 99c9183 commit 4620fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
3030
deactivate
3131

3232
# 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 \
3434
-O miniconda.sh
3535
MINICONDA_PATH=/home/travis/miniconda
3636
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH

0 commit comments

Comments
 (0)
0