From 4989152d96bf4de0a9b49fd5313c1c7a0ef0226a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 20 Dec 2018 00:02:29 -0500 Subject: Bugfix: Use conda_installer_version --- deliver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliver.groovy b/deliver.groovy index 807ca84..0cc8647 100644 --- a/deliver.groovy +++ b/deliver.groovy @@ -26,7 +26,7 @@ def gen_specfiles(label) { def WORKDIR = pwd() println("WORKDIR = ${WORKDIR}") - conda.install() + conda.install(conda_installer_version) PATH = "${WORKDIR}/miniconda/bin:${PATH}" def cpkgs = "conda=${conda_version}" -- cgit