Skip to content

Commit

Permalink
Merge branch 'main' into renovate/condaforge-miniforge3-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 15, 2024
2 parents dfafa4c + fc00585 commit 72ffc62
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 72ffc62

Please sign in to comment.