Skip to content

Commit ab479a1

Browse files
junjieqifacebook-github-bot
authored andcommitted
enable quiet mode for conda install (facebookresearch#4112)
Summary: Pull Request resolved: facebookresearch#4112 Reviewed By: gtwang01 Differential Revision: D67662530 Pulled By: junjieqi fbshipit-source-id: 576198d79e947009025641bfa94b3ad9ea2fe1b4
1 parent 3c8dc41 commit ab479a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_conda/action.yml

+2-2
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.0"
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)