From e3520ff0ea74bb7c28bac04678333d396dafaa96 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 19 Nov 2024 10:00:29 +0000 Subject: [PATCH] Fix Python version in CUDA wheel name (#390) --- .github/workflows/docs.yaml | 2 +- .github/workflows/linux_cuda_wheel.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index abaa2c1e5..492b9c2ee 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -67,7 +67,7 @@ jobs: echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV - uses: actions/download-artifact@v3 with: - name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64 + name: pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64 path: pytorch/torchcodec/dist/ - name: Setup miniconda using test-infra uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.5 diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index 9fd03457b..94cf4392b 100644 --- a/.github/workflows/linux_cuda_wheel.yaml +++ b/.github/workflows/linux_cuda_wheel.yaml @@ -79,7 +79,7 @@ jobs: echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV - uses: actions/download-artifact@v3 with: - name: pytorch_torchcodec__3.9_cu${{ env.cuda_version_without_periods }}_x86_64 + name: pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64 path: pytorch/torchcodec/dist/ - name: Setup miniconda using test-infra uses: pytorch/test-infra/.github/actions/setup-miniconda@release/2.5