File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
71
71
- uses : actions/download-artifact@v4
72
72
with :
73
- name : pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
73
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
74
74
path : pytorch/torchcodec/dist/
75
75
- name : Setup miniconda using test-infra
76
76
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 86
86
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
87
87
- uses : actions/download-artifact@v4
88
88
with :
89
- name : pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
89
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
90
90
path : pytorch/torchcodec/dist/
91
91
- name : Setup miniconda using test-infra
92
92
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 68
68
steps :
69
69
- uses : actions/download-artifact@v4
70
70
with :
71
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
71
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
72
72
path : pytorch/torchcodec/dist/
73
73
- name : Setup conda env
74
74
uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 71
71
- name : Download wheel
72
72
uses : actions/download-artifact@v4
73
73
with :
74
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_
74
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_
75
75
path : pytorch/torchcodec/dist/
76
76
77
77
- name : Setup conda env
Original file line number Diff line number Diff line change 76
76
steps :
77
77
- uses : actions/download-artifact@v4
78
78
with :
79
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
79
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
80
80
path : pytorch/torchcodec/dist/
81
81
- name : Setup conda env
82
82
uses : conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments