diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-02-26 11:34:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 11:34:34 -0500 |
commit | b024fb08169018fc9f35bb8a765c5f7aff4ea4f0 (patch) | |
tree | 782907ef32478679ad1cd55bb6f65883da002ee6 | |
parent | b18a2555e6e6a83514897b042747d987760fe01c (diff) | |
download | jscu_refactor-b024fb08169018fc9f35bb8a765c5f7aff4ea4f0.tar.gz |
Update default conda version1.3.5
-rw-r--r-- | vars/utils.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index 9847f0a..2683f7f 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -89,7 +89,7 @@ def condaPresent() { def installConda(version, install_dir) { installer_ver = '4.5.12' - default_conda_version = '4.5.12' + default_conda_version = '4.6.7' default_dir = 'miniconda' if (version == null) { |