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 272f1d9 commit de07c6cCopy full SHA for de07c6c
.github/workflows/linux_cuda_wheel.yaml
@@ -111,6 +111,7 @@ jobs:
111
${CONDA_RUN} conda config --add channels conda-forge
112
${CONDA_RUN} conda config --set channel_priority strict
113
${CONDA_RUN} conda config --show
114
+ ${CONDA_RUN} $CONDA_PREFIX/bin/conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
115
${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
116
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
117
0 commit comments