From e47a7dbb893c1419e2c0676b4e9826cf1d228e3a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 4 Jun 2023 21:16:38 -0700 Subject: [PATCH] Update coverage.yml Install ffmpeg for tests --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 94e6c84..e777353 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,6 +25,8 @@ jobs: python -m pip install --upgrade pip python -m pip install flake8 pytest python -m pip install -e . + - name: Setup FFmpeg + uses: FedericoCarboni/setup-ffmpeg@v2 - name: Generate coverage report run: | pip install pytest