From 4bd7bf08f1391bc431fcd58ebf062dec23ecdabf Mon Sep 17 00:00:00 2001 From: Siyuan Feng Date: Thu, 10 Oct 2024 13:26:30 +0800 Subject: [PATCH] try fix ci --- conda/build-environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/build-environment.yaml b/conda/build-environment.yaml index 8eb25ce01ac7..de4e6f4234d7 100644 --- a/conda/build-environment.yaml +++ b/conda/build-environment.yaml @@ -26,7 +26,8 @@ channels: # The packages to install to the environment dependencies: - python=3.9 - - conda-build + - conda < 24.9.0 + - conda-build < 24.9.0 - git - llvmdev >=11 - numpy