From b26d5645be81dbce6519a4eac9b5bba6afcb5c2f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 16 Dec 2024 11:50:49 -0600 Subject: [PATCH] Enable 'quiet: true' in condarc (#217) --- context/condarc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 9700665..b33f107 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -13,3 +13,4 @@ conda-build: output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR number_channel_notices: 0 always_yes: true +quiet: true