Skip to content

Commit

Permalink
Add conda-package-handling. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Oct 15, 2024
1 parent de0381f commit fc00585
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ RUN <<EOF
rapids-mamba-retry install -y \
anaconda-client \
boa \
conda-package-handling \
dunamai \
git \
jq \
Expand Down
8 changes: 7 additions & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ EOF
RUN <<EOF
pyenv global ${PYTHON_VER}
python -m pip install --upgrade pip
python -m pip install auditwheel patchelf twine "rapids-dependency-file-generator==1.*" dunamai
python -m pip install \
auditwheel \
conda-package-handling \
dunamai \
patchelf \
"rapids-dependency-file-generator==1.*" \
twine
pyenv rehash
EOF

Expand Down

0 comments on commit fc00585

Please sign in to comment.