From 0b9e8383ff53f400258d02969a6f846b6ade76e9 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Tue, 1 Jan 2019 18:28:13 -0600 Subject: [PATCH] try removing anaconda from conda create --- scripts/jenkins-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins-test b/scripts/jenkins-test index 2fd0acfa8d..569086a30a 100755 --- a/scripts/jenkins-test +++ b/scripts/jenkins-test @@ -195,7 +195,7 @@ then for python in ${pythons[*]} do uuid=$(uuidgen) - conda create -q -n adam-build-${uuid} python=${python} anaconda + conda create -q -n adam-build-${uuid} python=${python} source activate adam-build-${uuid}