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 ca2c17a commit 0816c8bCopy full SHA for 0816c8b
.github/workflows/linux_wheel.yaml
@@ -71,10 +71,14 @@ jobs:
71
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
72
path: pytorch/torchcodec/dist/
73
- name: Setup conda env
74
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
75
with:
76
auto-update-conda: true
77
- miniconda-version: "latest"
+ # Using miniforge instead of miniconda ensures that the default
78
+ # conda channel is conda-forge instead of main/default. This ensures
79
+ # ABI consistency between dependencies:
80
+ # https://conda-forge.org/docs/user/transitioning_from_defaults/
81
+ miniforge-version: latest
82
activate-environment: test
83
python-version: ${{ matrix.python-version }}
84
- name: Update pip
0 commit comments