Skip to content

Commit

Permalink
fix(ci): pin conda-build < 25.x.x
Browse files Browse the repository at this point in the history
To avoid `AttributeError("'PluginConfig' object has no attribute 'anaconda_telemetry'")`
  • Loading branch information
qin-yu committed Jan 21, 2025
1 parent 7a91d19 commit 7b19cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b19cd1

Please sign in to comment.