diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 8c2f0d8..20196d5 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -152,7 +152,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 dunamai "rapids-dependency-file-generator==1.*" \ +RUN pip install conda-merge dunamai "rapids-dependency-file-generator==1.*" \ && pip cache purge COPY --from=mikefarah/yq:4.40.7 /usr/bin/yq /usr/local/bin/yq