Skip to content

Commit

Permalink
use conda instead to install packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 24, 2024
1 parent 878850c commit 5f7e37a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ rapids-mamba-retry install -y \
dunamai \
git \
jq \
packaging \
"python=${PYTHON_VERSION}.*=*_cpython" \
"rapids-dependency-file-generator==1.*"
conda clean -aipty
Expand Down Expand Up @@ -231,9 +232,6 @@ RUN <<EOF
pip install codecov-cli==${CODECOV_VER}
EOF

# Install packaging lib
RUN pip install packaging

RUN /opt/conda/bin/git config --system --add safe.directory '*'

COPY --from=yq /usr/bin/yq /usr/local/bin/yq
Expand Down

0 comments on commit 5f7e37a

Please sign in to comment.