Skip to content

Commit cb95067

Browse files
committed
.
1 parent bb655ed commit cb95067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
python-version: ['3.9']
64+
cuda-version: ['124']
6465
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
6566
if: ${{ always() }}
6667
needs: build
6768
steps:
6869
- uses: actions/download-artifact@v3
6970
with:
70-
name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
71+
name: pytorch_torchcodec__${{ matrix.python-version }}_${{ matrix.cuda-version }}_x86_64
7172
path: pytorch/torchcodec/dist/
7273
- name: Setup conda env
7374
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)