Skip to content

Commit

Permalink
quiet verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieqi committed Dec 27, 2024
1 parent 01cb64d commit 2791e0b
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 install -y "conda=24.11.1"
conda install -y "conda-build!=24.11.0"
conda install -y -q "conda!=24.11.0"
conda install -y -q "conda-build!=24.11.0"
# - name: Fix CI failure
# shell: ${{ steps.choose_shell.outputs.shell }}
# if: runner.os != 'Windows'
Expand Down

0 comments on commit 2791e0b

Please sign in to comment.