unpinned ffmpeg

This commit is contained in:
Jesse Bannon 2022-08-26 22:24:47 -07:00
parent 0f75fd8539
commit 6fcc3150a9

View file

@ -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