Skip to content

Commit

Permalink
Install rattler-build in Conda CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 29, 2025
1 parent ae3cc25 commit 9731bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ rapids-mamba-retry install -y \
jq \
packaging \
"python>=${PYTHON_VERSION},<${PYTHON_VER_UPPER_BOUND}=*_cpython" \
"rapids-dependency-file-generator==1.*"
"rapids-dependency-file-generator==1.*" \
rattler-build \
;
conda clean -aipty
EOF

Expand Down

0 comments on commit 9731bd8

Please sign in to comment.