Skip to content

Commit 738cdf3

Browse files
committed
.
1 parent 1f5ed25 commit 738cdf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
python-version: ['3.9']
63+
python-version: ['3.10', '3.11', '3.12']
6464
cuda-version: ['12.4']
65-
ffmpeg-version-for-tests: ['5', '6', '7']
65+
ffmpeg-version-for-tests: ['6']
6666
container:
6767
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
6868
if: ${{ always() }}

0 commit comments

Comments
 (0)