We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411e077 commit da3458fCopy full SHA for da3458f
.github/workflows/linux_cuda_wheel.yaml
@@ -106,7 +106,7 @@ jobs:
106
source packaging/helpers.sh
107
assert_ffmpeg_not_installed
108
109
- ${CONDA_RUN} conda install --yes conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}
+ ${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
110
111
- name: Install cuda runtime dependencies
112
run: |
0 commit comments