Update pythonapp.yml

This commit is contained in:
jb-alvarado 2021-05-28 14:40:23 +02:00 committed by GitHub
parent 1ceeeb7c47
commit 0be8ce1b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
apt install ffmpeg
sudo apt install ffmpeg
pip install pytest
pytest