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 7070 echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
7171 - uses : actions/download-artifact@v4
7272 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
7474 path : pytorch/torchcodec/dist/
7575 - name : Setup miniconda using test-infra
7676 uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 8686 echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
8787 - uses : actions/download-artifact@v4
8888 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
9090 path : pytorch/torchcodec/dist/
9191 - name : Setup miniconda using test-infra
9292 uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 6868 steps :
6969 - uses : actions/download-artifact@v4
7070 with :
71- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
71+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
7272 path : pytorch/torchcodec/dist/
7373 - name : Setup conda env
7474 uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 7171 - name : Download wheel
7272 uses : actions/download-artifact@v4
7373 with :
74- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_
74+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_
7575 path : pytorch/torchcodec/dist/
7676
7777 - name : Setup conda env
Original file line number Diff line number Diff line change 7676 steps :
7777 - uses : actions/download-artifact@v4
7878 with :
79- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
79+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
8080 path : pytorch/torchcodec/dist/
8181 - name : Setup conda env
8282 uses : conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments