Skip to content

Commit da3458f

Browse files
committed
.
1 parent 411e077 commit da3458f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
source packaging/helpers.sh
107107
assert_ffmpeg_not_installed
108108
109-
${CONDA_RUN} conda install --yes conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}
109+
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
110110
111111
- name: Install cuda runtime dependencies
112112
run: |

0 commit comments

Comments
 (0)