Skip to content

Commit 3f0b446

Browse files
Michael Norrisfacebook-github-bot
Michael Norris
authored andcommitted
Start migration off defaults to conda-forge channel (#4126)
Summary: Pull Request resolved: #4126 Differential Revision: D68043874
1 parent 3d0ac32 commit 3f0b446

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/build_cmake/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ runs:
2424
with:
2525
python-version: '3.11'
2626
miniconda-version: latest
27+
channels: conda-forge
28+
conda-remove-defaults: "true"
2729
- name: Configure build environment
2830
shell: bash
2931
run: |

.github/actions/build_conda/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ runs:
3131
with:
3232
python-version: '3.11'
3333
miniconda-version: latest
34+
channels: conda-forge
35+
conda-remove-defaults: "true"
3436
- name: Install conda build tools
3537
shell: ${{ steps.choose_shell.outputs.shell }}
3638
run: |

0 commit comments

Comments
 (0)