From ade235a127b39d3bfc4164a1a537717e82fab4c6 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Thu, 24 Jul 2025 07:35:57 -0400 Subject: [PATCH] Use ffmpeg to run tests --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 875565c..67fd56b 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -102,6 +102,7 @@ jobs: - name: Install Dependencies run: | + sudo apt install ffmpeg python -m pip install --upgrade pip pip install ./littlesongplace-*.whl pip install -r dev-requirements.txt -- 2.39.5