From f44fc08b4e433b98990d60b861007e882d409f09 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 1 Dec 2025 17:04:18 -0600 Subject: [PATCH] ci-conda: use prefix mirror of conda-forge --- context/condarc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 0a73d92..88c20e7 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -5,6 +5,10 @@ channels: - rapidsai - rapidsai-nightly - conda-forge +# TODO: remove 'custom_multichannels' when https://github.com/conda/infrastructure/issues/1254 is resolved +custom_multichannels: + conda-forge: + - https://prefix.dev/conda-forge conda-build: pkg_format: '2' set_build_id: false