Skip to content

Commit

Permalink
enable quiet mode for conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieqi committed Dec 27, 2024
1 parent 3c8dc41 commit 0c8f9dd
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.0"
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 0c8f9dd

Please sign in to comment.