File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
68
68
- uses : actions/download-artifact@v3
69
69
with :
70
- name : pytorch_torchcodec__3.9_cu ${{ env.cuda_version_without_periods }}_x86_64
70
+ name : pytorch_torchcodec__${{ matrix.python-version }}_cu ${{ env.cuda_version_without_periods }}_x86_64
71
71
path : pytorch/torchcodec/dist/
72
72
- name : Setup miniconda using test-infra
73
73
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 79
79
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
80
80
- uses : actions/download-artifact@v3
81
81
with :
82
- name : pytorch_torchcodec__3.9_cu ${{ env.cuda_version_without_periods }}_x86_64
82
+ name : pytorch_torchcodec__${{ matrix.python-version }}_cu ${{ env.cuda_version_without_periods }}_x86_64
83
83
path : pytorch/torchcodec/dist/
84
84
- name : Setup miniconda using test-infra
85
85
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
You can’t perform that action at this time.
0 commit comments