From 14e546f9229dfea172da690064a2dddce4b93c13 Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Thu, 24 Oct 2024 13:23:25 -0700 Subject: [PATCH] Use test-infra's main branch now that https://github.com/pytorch/test-infra/pull/5789 is merged --- .github/workflows/linux_cuda_wheel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index f9a86f190..7d6e640c8 100644 --- a/.github/workflows/linux_cuda_wheel.yaml +++ b/.github/workflows/linux_cuda_wheel.yaml @@ -82,7 +82,7 @@ jobs: name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64 path: pytorch/torchcodec/dist/ - name: Setup miniconda using test-infra - uses: ahmadsharif1/test-infra/.github/actions/setup-miniconda@14bc3c29f88d13b0237ab4ddf00aa409e45ade40 + uses: pytorch/test-infra/.github/actions/setup-miniconda@main with: python-version: ${{ matrix.python-version }} default-packages: "conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}"