From 6fcc3150a99baa8f062d5f9bd84c5004a844f1dd Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 26 Aug 2022 22:24:47 -0700 Subject: [PATCH] unpinned ffmpeg --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78aa91f0..ba6598e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y ffmpeg=7:4.4.2-0ubuntu0.22.04.1 + sudo apt-get install -y ffmpeg python -m pip install --upgrade pip pip install -e .[lint,test] - name: Run linters