Skip to content

Commit

Permalink
Download previous version of miniconda installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Sep 27, 2017
1 parent 99c9183 commit 487a4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ `type -t deactivate` ]]; then
fi

# Install dependencies with miniconda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh \
-O miniconda.sh
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
export PATH="$MINICONDA_PATH/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
deactivate

# Install miniconda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh \
-O miniconda.sh
MINICONDA_PATH=/home/travis/miniconda
chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
Expand Down

0 comments on commit 487a4ba

Please sign in to comment.