Skip to content

Commit

Permalink
Start migration off defaults to conda-forge channel (facebookresearch…
Browse files Browse the repository at this point in the history
…#4126)

Summary: Pull Request resolved: facebookresearch#4126

Differential Revision: D68043874
  • Loading branch information
Michael Norris authored and facebook-github-bot committed Jan 11, 2025
1 parent 3d0ac32 commit 3f0b446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ runs:
with:
python-version: '3.11'
miniconda-version: latest
channels: conda-forge
conda-remove-defaults: "true"
- name: Configure build environment
shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ runs:
with:
python-version: '3.11'
miniconda-version: latest
channels: conda-forge
conda-remove-defaults: "true"
- name: Install conda build tools
shell: ${{ steps.choose_shell.outputs.shell }}
run: |
Expand Down

0 comments on commit 3f0b446

Please sign in to comment.