From 5f7e37af369d6b5dae756c981496f1c2718d0b75 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Tue, 24 Sep 2024 13:29:09 -0500 Subject: [PATCH] use conda instead to install packaging --- ci-conda.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 0d4d9e3..0906823 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -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 @@ -231,9 +232,6 @@ RUN <