Skip to content

Commit

Permalink
Add certifi to wheel images, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 15, 2024
1 parent c5d863c commit e565a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ pyenv global ${PYTHON_VER}
python -m pip install --upgrade pip
python -m pip install \
auditwheel \
certifi \
conda-package-handling \
dunamai \
patchelf \
Expand Down
4 changes: 3 additions & 1 deletion citestwheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ COPY --from=aws-cli /usr/local/bin/ /usr/local/bin/
RUN <<EOF
pyenv global ${PYTHON_VER}
python -m pip install --upgrade pip
python -m pip install "rapids-dependency-file-generator==1.*"
python -m pip install \
certifi \
'rapids-dependency-file-generator==1.*'
pyenv rehash
EOF

Expand Down

0 comments on commit e565a21

Please sign in to comment.