Skip to content

Commit

Permalink
FIX: part 2 of versioning miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
AJK-dev committed Nov 5, 2020
1 parent 112c0a5 commit 285e65e
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 @@ -5,7 +5,7 @@ language: python
before_install:
- if [ ! -e $HOME/conda/bin/activate ]; then
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;
bash Miniconda3-4.5.11-Linux-x86_64.sh -f -b -p $HOME/conda;
fi
- source $HOME/conda/bin/activate root
install:
Expand Down

0 comments on commit 285e65e

Please sign in to comment.