This commit is contained in:
Jesse Bannon 2022-08-27 00:07:26 -07:00
parent 61c5a22933
commit 8a53ed6ad5

View file

@ -22,7 +22,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y ffmpeg apt list -a ffmpeg
sudo apt-get install -y ffmpegsfdsf
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -e .[lint,test] pip install -e .[lint,test]
- name: Run linters - name: Run linters