diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-08 15:26:06 -0500 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-02-08 15:26:06 -0500 |
commit | 0c9cc2ff4bf07a4d09d783e3a871136c55d789fd (patch) | |
tree | d7de7d49d0304c1ccf85c403caa0b9ffeba1fda0 | |
parent | f68215fa833ae8b367ed68de3c81b0691c09e71a (diff) | |
download | jscu_refactor-0c9cc2ff4bf07a4d09d783e3a871136c55d789fd.tar.gz |
Use [mini]conda 4.5.12 (#30)1.3.2
-rw-r--r-- | vars/utils.groovy | 4 |
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) { |