This commit is contained in:
jbannon 2022-06-19 05:56:25 +00:00
parent 179a2eddfe
commit b4218d8d95

View file

@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get install ffmpeg
sudo apt-get install -y ffmpeg
python -m pip install --upgrade pip
pip install -e .[lint,test]
- name: Run linters