From 7b19cd174ee61247f9f92b39900e959e03e8950b Mon Sep 17 00:00:00 2001 From: Qin Yu Date: Wed, 22 Jan 2025 00:40:16 +0100 Subject: [PATCH] fix(ci): pin `conda-build` < 25.x.x To avoid `AttributeError("'PluginConfig' object has no attribute 'anaconda_telemetry'")` --- .github/workflows/build-and-publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-docs.yml b/.github/workflows/build-and-publish-docs.yml index d4a33122..1c7f0d70 100644 --- a/.github/workflows/build-and-publish-docs.yml +++ b/.github/workflows/build-and-publish-docs.yml @@ -63,7 +63,7 @@ jobs: - name: Build PlantSeg Package shell: bash -l {0} run: | - conda install -q conda-build + conda install -q "conda-build<25" conda build -c conda-forge conda-recipe # Create a Conda environment for PlantSeg