Skip to content

Commit

Permalink
enable quiet mode for conda install (#4112)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4112

Reviewed By: gtwang01

Differential Revision: D67662530

Pulled By: junjieqi

fbshipit-source-id: 576198d79e947009025641bfa94b3ad9ea2fe1b4
  • Loading branch information
junjieqi authored and facebook-github-bot committed Dec 27, 2024
1 parent 3c8dc41 commit ab479a1
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 ab479a1

Please sign in to comment.