Skip to content

Commit 125bc1e

Browse files
authored
Use test-infra's main branch now that pytorch/test-infra#5789 is merged (#292)
1 parent 17722e0 commit 125bc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64
8383
path: pytorch/torchcodec/dist/
8484
- name: Setup miniconda using test-infra
85-
uses: ahmadsharif1/test-infra/.github/actions/setup-miniconda@14bc3c29f88d13b0237ab4ddf00aa409e45ade40
85+
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
default-packages: "conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}"

0 commit comments

Comments
 (0)