sudo apt update && sudo apt install ffmpeg

This commit is contained in:
Christian Clauss 2021-10-22 08:12:21 +02:00 committed by GitHub
parent 398d046156
commit 32d42a8489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: sudo apt update && sudo apt install ffmpeg
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety