mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
blocks-components-test
- add ffmpeg installation to circleci
This commit is contained in:
parent
22c4003119
commit
dac4caa25c
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user