From 32434adc9eaa80c3596accc9b4e6f1716a437a80 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 19 Nov 2024 09:44:01 +0000 Subject: [PATCH] Fix Python version in CUDA wheel name --- .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 a50581e3f..53e3bbd79 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@main diff --git a/.github/workflows/linux_cuda_wheel.yaml b/.github/workflows/linux_cuda_wheel.yaml index 915c52367..a620cd615 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@main