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 0194995 commit 297e0b2Copy full SHA for 297e0b2
.github/workflows/linux_cuda_wheel.yaml
@@ -110,6 +110,7 @@ jobs:
110
${CONDA_RUN} conda update --yes conda
111
${CONDA_RUN} conda config --set channel_priority flexible
112
${CONDA_RUN} conda config --show
113
+ ${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
114
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
115
116
- name: Install cuda runtime dependencies
0 commit comments