Skip to content

Commit 0a0af00

Browse files
asadoughifacebook-github-bot
authored andcommitted
Update action.yml (facebookresearch#4100)
Summary: Debug CI failures Pull Request resolved: facebookresearch#4100 Reviewed By: bshethmeta Differential Revision: D67409777 Pulled By: asadoughi fbshipit-source-id: 0e60ee10c7eef796aabc061f089d12b64f5a98ea
1 parent 3ff8a24 commit 0a0af00

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/actions/build_conda/action.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ runs:
3434
- name: Install conda build tools
3535
shell: ${{ steps.choose_shell.outputs.shell }}
3636
run: |
37-
conda install -y -q "conda!=24.11.0"
38-
conda install -y -q "conda-build!=24.11.0"
37+
conda install -y "conda!=24.11.0"
38+
conda install -y "conda-build!=24.11.0"
39+
- name: Fix CI failure
40+
shell: ${{ steps.choose_shell.outputs.shell }}
41+
if: runner.os != 'Windows'
42+
run: conda remove conda-anaconda-telemetry
3943
- name: Enable anaconda uploads
4044
if: inputs.label != ''
4145
shell: ${{ steps.choose_shell.outputs.shell }}

0 commit comments

Comments
 (0)