Skip to content

Commit 399c307

Browse files
committed
.
1 parent 738cdf3 commit 399c307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with-xpu: disable
3636
with-rocm: disable
3737
with-cuda: enable
38+
build-python-only: "disable"
3839
build:
3940
needs: generate-matrix
4041
strategy:
@@ -60,7 +61,7 @@ jobs:
6061
strategy:
6162
fail-fast: false
6263
matrix:
63-
python-version: ['3.10', '3.11', '3.12']
64+
python-version: ['3.9', '3.10', '3.11', '3.12']
6465
cuda-version: ['12.4']
6566
ffmpeg-version-for-tests: ['6']
6667
container:
@@ -108,7 +109,7 @@ jobs:
108109
# side-effect. It's OK.
109110
source packaging/helpers.sh
110111
assert_ffmpeg_not_installed
111-
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge -vvv
112+
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -vv
112113
113114
# ${CONDA_RUN} conda install --yes conda
114115
# ${CONDA_RUN} conda update --all --yes

0 commit comments

Comments
 (0)