We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a586 commit 03eef72Copy full SHA for 03eef72
.github/workflows/linux_wheel.yaml
@@ -72,10 +72,14 @@ jobs:
72
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
73
path: pytorch/torchcodec/dist/
74
- name: Setup conda env
75
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
76
with:
77
auto-update-conda: true
78
- miniconda-version: "latest"
+ # Using miniforge instead of miniconda ensures that the default
79
+ # conda channel is conda-forge instead of main/default. This ensures
80
+ # ABI consistency between dependencies:
81
+ # https://conda-forge.org/docs/user/transitioning_from_defaults/
82
+ miniforge-version: latest
83
activate-environment: test
84
python-version: ${{ matrix.python-version }}
85
- name: Update pip
0 commit comments