From c0e3fd279c0084177ca202b11137c314d1fffd2e Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 20 Dec 2023 21:20:32 +0000 Subject: [PATCH] keep .condarc in ci if it exists --- ci/scripts/github/common.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/scripts/github/common.sh b/ci/scripts/github/common.sh index d2643b2054..685ba7282a 100644 --- a/ci/scripts/github/common.sh +++ b/ci/scripts/github/common.sh @@ -73,11 +73,6 @@ function update_conda_env() { rapids-logger "Checking for updates to conda env" - # Remove default/conflicting channels from base image - if [[ -d /opt/conda/.condarc ]]; then - rm /opt/conda/.condarc - fi; - # Update the packages rapids-mamba-retry env update -n morpheus --prune -q --file "$1"