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 e78986a commit 08cf4faCopy full SHA for 08cf4fa
.github/workflows/linux_cuda_wheel.yaml
@@ -106,8 +106,7 @@ jobs:
106
source packaging/helpers.sh
107
assert_ffmpeg_not_installed
108
109
- ${CONDA_RUN} conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
110
- ${CONDA_RUN} ffmpeg -version
+ ${CONDA_RUN} conda install --yes conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}
111
112
- name: Install cuda runtime dependencies
113
run: |
0 commit comments