Update pythonapp.yml
This commit is contained in:
parent
1ceeeb7c47
commit
0be8ce1b36
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user