Skip to content

Commit f3945b9

Browse files
committed
.
1 parent a400d0f commit f3945b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,13 @@ jobs:
6666
if: ${{ always() }}
6767
needs: build
6868
steps:
69+
- name: Setup env vars
70+
run: |
71+
cuda_version_without_periods=$(echo "${{ matrix.cuda-version }}" | sed 's/\.//g')
72+
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
6973
- uses: actions/download-artifact@v3
7074
with:
71-
name: pytorch_torchcodec__${{ matrix.python-version }}_cu${{ matrix.cuda-version }}_x86_64
75+
name: pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
7276
path: pytorch/torchcodec/dist/
7377
- name: Setup conda env
7478
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)