enable quiet mode for conda install

This commit is contained in:
Junjie Qi 2024-12-26 17:40:46 -08:00
parent 3c8dc41949
commit 0c8f9dde00

View File

@ -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'