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 17722e0 commit 125bc1eCopy full SHA for 125bc1e
.github/workflows/linux_cuda_wheel.yaml
@@ -82,7 +82,7 @@ jobs:
82
name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64
83
path: pytorch/torchcodec/dist/
84
- name: Setup miniconda using test-infra
85
- uses: ahmadsharif1/test-infra/.github/actions/setup-miniconda@14bc3c29f88d13b0237ab4ddf00aa409e45ade40
+ uses: pytorch/test-infra/.github/actions/setup-miniconda@main
86
with:
87
python-version: ${{ matrix.python-version }}
88
default-packages: "conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}"
0 commit comments