From 125bc1e744c4547cee16b6de0f39cbe740de2f4f Mon Sep 17 00:00:00 2001 From: ahmadsharif1 Date: Fri, 25 Oct 2024 11:50:15 -0400 Subject: [PATCH] Use test-infra's main branch now that https://github.com/pytorch/test-infra/pull/5789 is merged (#292) --- .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 f9a86f19..7d6e640c 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 }}"