From: Chris Fulljames Date: Thu, 24 Jul 2025 11:35:57 +0000 (-0400) Subject: Use ffmpeg to run tests X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=ade235a127b39d3bfc4164a1a537717e82fab4c6;p=littlesongplace.git Use ffmpeg to run tests --- 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