Skip to content

Commit

Permalink
keep .condarc in ci if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 20, 2023
1 parent c399bd5 commit c0e3fd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/scripts/github/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c0e3fd2

Please sign in to comment.