blocks-components-test

-  add ffmpeg installation to circleci
This commit is contained in:
Ömer Faruk Özdemir 2022-04-05 23:48:32 +03:00
parent 22c4003119
commit dac4caa25c

View File

@ -11,6 +11,11 @@ jobs:
- run: mkdir test-reports
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
- run:
name: Install ffmpeg
command: |
sudo apt update
sudo apt install ffmpeg -y
- run:
name: Install Python deps in a venv
command: |