Skip to content

Commit

Permalink
Update action.yml (#4100)
Browse files Browse the repository at this point in the history
Summary:
Debug CI failures

Pull Request resolved: #4100

Reviewed By: bshethmeta

Differential Revision: D67409777

Pulled By: asadoughi

fbshipit-source-id: 0e60ee10c7eef796aabc061f089d12b64f5a98ea
  • Loading branch information
asadoughi authored and facebook-github-bot committed Dec 18, 2024
1 parent 3ff8a24 commit 0a0af00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ runs:
- name: Install conda build tools
shell: ${{ steps.choose_shell.outputs.shell }}
run: |
conda install -y -q "conda!=24.11.0"
conda install -y -q "conda-build!=24.11.0"
conda install -y "conda!=24.11.0"
conda install -y "conda-build!=24.11.0"
- name: Fix CI failure
shell: ${{ steps.choose_shell.outputs.shell }}
if: runner.os != 'Windows'
run: conda remove conda-anaconda-telemetry
- name: Enable anaconda uploads
if: inputs.label != ''
shell: ${{ steps.choose_shell.outputs.shell }}
Expand Down

0 comments on commit 0a0af00

Please sign in to comment.