Skip to content

Commit

Permalink
Move miniconda out of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Apr 14, 2020
1 parent f9c2216 commit f5413fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/install-common-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ fi
# (The conda installation steps below are taken from http://conda.pydata.org/docs/travis.html)
# We do this conditionally because it saves us some downloading if the
# version is the same.
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $HOME/miniconda.sh

bash miniconda.sh -b -p $HOME/miniconda
bash $HOME/miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
hash -r
conda config --set always_yes yes --set changeps1 no
Expand Down

0 comments on commit f5413fb

Please sign in to comment.