Update pythonapp.yml

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

View File

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