Skip to content

Commit

Permalink
Add conda-package-handling to ci-wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Oct 15, 2024
1 parent fd4416c commit 8d0759c
Showing 1 changed file with 7 additions and 1 deletion.
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 8d0759c

Please sign in to comment.