Skip to content

Commit b1504ff

Browse files
authored
Fix Python version in CUDA wheel name (#390)
1 parent 370a41a commit b1504ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
6868
- uses: actions/download-artifact@v3
6969
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
7171
path: pytorch/torchcodec/dist/
7272
- name: Setup miniconda using test-infra
7373
uses: pytorch/test-infra/.github/actions/setup-miniconda@main

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
8080
- uses: actions/download-artifact@v3
8181
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
8383
path: pytorch/torchcodec/dist/
8484
- name: Setup miniconda using test-infra
8585
uses: pytorch/test-infra/.github/actions/setup-miniconda@main

0 commit comments

Comments
 (0)