From 98dda7765ff4876fd9f40f73b86fc83cc2569296 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 4 Oct 2023 14:40:01 -0700 Subject: [PATCH] Also install dunamai for conda (#80) --- ci-conda.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index b733679..f33c61b 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -115,7 +115,7 @@ RUN cat /tmp/condarc.tmpl | envsubst | tee /opt/conda/.condarc; \ RUN /opt/conda/bin/git config --system --add safe.directory '*' # Install CI tools using pip -RUN pip install "rapids-dependency-file-generator==1.*" \ +RUN pip install dunamai "rapids-dependency-file-generator==1.*" \ && pip cache purge COPY --from=mikefarah/yq:4.35.1 /usr/bin/yq /usr/local/bin/yq