Unverified Commit 13755c9a authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

add ffmpeg to Linux CPU and GPU unittest workflows (#7295)

parent 7fe51368
...@@ -39,7 +39,7 @@ jobs: ...@@ -39,7 +39,7 @@ jobs:
fi fi
# Create Conda Env # Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda activate /work/ci_env conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries # Install PyTorch, Torchvision, and testing libraries
......
...@@ -43,7 +43,7 @@ jobs: ...@@ -43,7 +43,7 @@ jobs:
fi fi
# Create Conda Env # Create Conda Env
conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
conda activate /work/ci_env conda activate /work/ci_env
# Install PyTorch, Torchvision, and testing libraries # Install PyTorch, Torchvision, and testing libraries
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment