Skip to content

Commit

Permalink
Avoid bug in conda 24.11.0: conda/conda-build#5549
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Sadoughi committed Nov 23, 2024
1 parent ab2ab58 commit 789bfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ runs:
- name: Install conda build tools
shell: ${{ steps.choose_shell.outputs.shell }}
run: |
conda update -y -q "conda<24.11.0"
conda install -y -q "conda-build<24.11.0"
conda update -y -q "conda!=24.11.0"
conda install -y -q "conda-build!=24.11.0"
- name: Enable anaconda uploads
if: inputs.label != ''
shell: ${{ steps.choose_shell.outputs.shell }}
Expand Down

0 comments on commit 789bfaf

Please sign in to comment.