summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 39c19fb..77ab45c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -36,6 +36,12 @@ jobs:
- pip-cache
- run:
+ name: Install ffmpeg
+ command: |
+ sudo apt update
+ sudo apt install ffmpeg
+
+ - run:
name: Get Python running
command: |
python -m pip install --user --upgrade --progress-bar off pip
@@ -50,6 +56,7 @@ jobs:
paths:
- ~/.cache/pip
+
# Look at what we have and fail early if there is some library conflict
- run:
name: Check installation