Skip to content

Commit

Permalink
Pin conda version for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sadoughi committed Nov 23, 2024
1 parent eaab46c commit ab2ab58
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
conda install -y -q conda-build
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 ab2ab58

Please sign in to comment.