update as well

This commit is contained in:
Jesse Bannon 2022-08-26 22:23:11 -07:00
parent 6364c766da
commit 0f75fd8539

View file

@ -21,6 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | 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=7:4.4.2-0ubuntu0.22.04.1
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -e .[lint,test] pip install -e .[lint,test]