Skip to content

Commit

Permalink
FIX: versioned miniconda for travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
AJK-dev committed Nov 5, 2020
1 parent 01eeba7 commit 112c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
language: python
before_install:
- if [ ! -e $HOME/conda/bin/activate ]; then
wget -nc https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh;
wget -nc https://repo.continuum.io/miniconda/Miniconda3-4.5.11-Linux-x86_64.sh;
bash Miniconda3-latest-Linux-x86_64.sh -f -b -p $HOME/conda;
fi
- source $HOME/conda/bin/activate root
Expand Down

0 comments on commit 112c0a5

Please sign in to comment.