Skip to content

Commit 2791e0b

Browse files
committed
quiet verbose log
1 parent 01cb64d commit 2791e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_conda/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ runs:
3434
- name: Install conda build tools
3535
shell: ${{ steps.choose_shell.outputs.shell }}
3636
run: |
37-
conda install -y "conda=24.11.1"
38-
conda install -y "conda-build!=24.11.0"
37+
conda install -y -q "conda!=24.11.0"
38+
conda install -y -q "conda-build!=24.11.0"
3939
# - name: Fix CI failure
4040
# shell: ${{ steps.choose_shell.outputs.shell }}
4141
# if: runner.os != 'Windows'

0 commit comments

Comments
 (0)