From 4d29f25c0e8efa4462c9d7eb911f4ac3b57e1af6 Mon Sep 17 00:00:00 2001 From: Dillon Cullinan Date: Mon, 19 Jul 2021 11:15:55 -0400 Subject: [PATCH] ENH Replace gpuci_conda_retry with gpuci_mamba_retry --- ci/gpu/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 5ee8e84da5..a3007abf04 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -39,13 +39,13 @@ env gpuci_logger "Check GPU usage" nvidia-smi -# temporary usage of gpuci_conda_retry install with packages listed here, looking into +# temporary usage of gpuci_mamba_retry install with packages listed here, looking into # using the repos yaml files for this gpuci_logger "Activate conda env" . /opt/conda/etc/profile.d/conda.sh conda activate rapids gpuci_logger "Installing packages needed for RAFT" -gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \ +gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \ "cudatoolkit=${CUDA_REL}" \ "cudf=${MINOR_VERSION}" \ "rmm=${MINOR_VERSION}" \