Update coverage.yml

Install ffmpeg for tests
This commit is contained in:
Jamie Hardt
2023-06-04 21:16:38 -07:00
committed by GitHub
parent 3e3dd6d5bf
commit e47a7dbb89

View File

@@ -25,6 +25,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install -e .
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Generate coverage report
run: |
pip install pytest