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

Skip to content

Commit 487a4ba

Browse files
committed
Download previous version of miniconda installer
1 parent 99c9183 commit 487a4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [[ `type -t deactivate` ]]; then
9898
fi
9999

100100
# 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 \
102102
-O miniconda.sh
103103
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
104104
export PATH="$MINICONDA_PATH/bin:$PATH"

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