From c52d5c951d89adc8397ce2ae20ffc79708d5c6b3 Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Tue, 26 Nov 2024 11:24:04 -0500 Subject: [PATCH] Pin conda-build to avoid bug during test stage on Windows See https://github.com/conda/conda-build/issues/5416 --- conda-forge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index 9622399..f52230c 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -10,3 +10,6 @@ github: branch_name: main tooling_branch_name: main test: native_and_emulated +remote_ci_setup: + - conda-forge-ci-setup=4 + - conda-build <24.11