From 112c0a53ff6d2137507e965f1e302a87b1d075cf Mon Sep 17 00:00:00 2001 From: AJK-dev <15200114+AJK-dev@users.noreply.github.com> Date: Thu, 5 Nov 2020 11:15:06 +0100 Subject: [PATCH] FIX: versioned miniconda for travis test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd22e7d..10d361b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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