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 b0de6bd commit 7d81193Copy full SHA for 7d81193
.github/workflows/macos_wheel.yaml
@@ -68,15 +68,10 @@ jobs:
68
with:
69
name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_
70
path: pytorch/torchcodec/dist/
71
- - name: Setup conda env
72
- uses: conda-incubator/setup-miniconda@v3
+ - name: Setup miniconda
+ uses: pytorch/test-infra/.github/actions/setup-miniconda@macbuildwheel
73
74
- auto-update-conda: true
75
- miniconda-version: "latest"
76
- activate-environment: test
77
python-version: ${{ matrix.python-version }}
78
- - name: Activate conda
79
- run: conda activate test
80
- name: Update pip
81
run: python3 -m pip install --upgrade pip
82
- name: Install PyTorch
0 commit comments