Skip to content

Commit 08cf4fa

Browse files
committed
.
1 parent e78986a commit 08cf4fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

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

0 commit comments

Comments
 (0)