We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c55ac commit e982bd6Copy full SHA for e982bd6
.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@cbdb2bb4b0206cf85e042b40606c8e6017d7b7c7
+ uses: pytorch/test-infra/.github/actions/setup-miniconda@main
86
with:
87
python-version: ${{ matrix.python-version }}
88
#
0 commit comments