Skip to content

Commit 2085998

Browse files
committed
Setting FFmpeg version to 6
1 parent 7585c1f commit 2085998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m pip install --upgrade pip
3333
- name: Install dependencies and FFmpeg
3434
run: |
35-
conda install ffmpeg pkg-config -c conda-forge
35+
conda install "ffmpeg=6" pkg-config -c conda-forge
3636
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
3737
python -m pip install decord matplotlib pandas numpy
3838
ffmpeg -version

0 commit comments

Comments
 (0)