We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cc3c3 commit b9e7614Copy full SHA for b9e7614
build_tools/travis/install.sh
@@ -37,12 +37,9 @@ if [[ "$DISTRIB" == "conda" ]]; then
37
echo "Cached in $HOME/download :"
38
ls -l
39
echo
40
- if [[ ! -f miniconda.sh ]]
41
- then
42
- wget http://repo.continuum.io/miniconda/Miniconda-3.6.0-Linux-x86_64.sh \
43
- -O miniconda.sh
44
- fi
45
- chmod +x miniconda.sh && ./miniconda.sh -b
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
+ -O miniconda.sh
+ chmod +x miniconda.sh && ./miniconda.sh -b -p /home/travis/miniconda
46
cd ..
47
export PATH=/home/travis/miniconda/bin:$PATH
48
conda update --yes conda
0 commit comments