aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-02-08 15:26:06 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2019-02-08 15:26:06 -0500
commit0c9cc2ff4bf07a4d09d783e3a871136c55d789fd (patch)
treed7de7d49d0304c1ccf85c403caa0b9ffeba1fda0
parentf68215fa833ae8b367ed68de3c81b0691c09e71a (diff)
downloadjscu_refactor-0c9cc2ff4bf07a4d09d783e3a871136c55d789fd.tar.gz
Use [mini]conda 4.5.12 (#30)1.3.2
-rw-r--r--vars/utils.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy
index e1fa458..43a5d07 100644
--- a/vars/utils.groovy
+++ b/vars/utils.groovy
@@ -88,8 +88,8 @@ def condaPresent() {
// otherwise
def installConda(version, install_dir) {
- installer_ver = '4.5.4'
- default_conda_version = '4.5.4'
+ installer_ver = '4.5.12'
+ default_conda_version = '4.5.12'
default_dir = 'miniconda'
if (version == null) {