From 1533718997268773ef5c9683fffb8e8cb8e6008c Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 23 Dec 2024 09:52:53 -0600 Subject: [PATCH] Revert "Enable 'quiet: true' in condarc (#217)" This reverts commit b26d5645be81dbce6519a4eac9b5bba6afcb5c2f. --- context/condarc.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index b33f107..9700665 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -13,4 +13,3 @@ conda-build: output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR number_channel_notices: 0 always_yes: true -quiet: true