Skip to content

Commit

Permalink
Also install dunamai for conda (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Oct 4, 2023
1 parent 2e1c57f commit 98dda77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98dda77

Please sign in to comment.