mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-04-20 08:31:54 +08:00
enable quiet mode for conda install
This commit is contained in:
parent
3c8dc41949
commit
0c8f9dde00
4
.github/actions/build_conda/action.yml
vendored
4
.github/actions/build_conda/action.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user