Skip to content

Commit 7d81193

Browse files
authored
Use test-infra action for miniconda setup
1 parent b0de6bd commit 7d81193

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,10 @@ jobs:
6868
with:
6969
name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_
7070
path: pytorch/torchcodec/dist/
71-
- name: Setup conda env
72-
uses: conda-incubator/setup-miniconda@v3
71+
- name: Setup miniconda
72+
uses: pytorch/test-infra/.github/actions/setup-miniconda@macbuildwheel
7373
with:
74-
auto-update-conda: true
75-
miniconda-version: "latest"
76-
activate-environment: test
7774
python-version: ${{ matrix.python-version }}
78-
- name: Activate conda
79-
run: conda activate test
8075
- name: Update pip
8176
run: python3 -m pip install --upgrade pip
8277
- name: Install PyTorch

0 commit comments

Comments
 (0)