From 7cdde2c3d2b81a40919a5b7f5f177d69ee45727c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 1 Oct 2022 22:09:38 -0700 Subject: [PATCH] ffmpeg in unit tests --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ebefe35..0fb9eace 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,6 +69,7 @@ jobs: - name: Run unit tests with coverage run: | + sudo apt-get install -y ffmpeg source /opt/env/bin/activate coverage run -m pytest tests/unit && coverage xml -o /opt/coverage/unit/coverage.xml