Skip to content

Commit 21d490e

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] add ffmpeg to Linux CPU and GPU unittest workflows (#7295)
Reviewed By: vmoens Differential Revision: D44416636 fbshipit-source-id: a6e58468d2f0d1b093e7468f11d791e137008867
1 parent 1202b33 commit 21d490e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-linux-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
# Create Conda Env
42-
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
42+
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
4343
conda activate /work/ci_env
4444
4545
# Install PyTorch, Torchvision, and testing libraries

.github/workflows/test-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
# Create Conda Env
46-
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy
46+
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
4747
conda activate /work/ci_env
4848
4949
# Install PyTorch, Torchvision, and testing libraries

0 commit comments

Comments
 (0)