mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-13 15:15:36 +08:00
sudo apt update && sudo apt install ffmpeg
This commit is contained in:
parent
398d046156
commit
32d42a8489
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- run: sudo apt update && sudo apt install ffmpeg
|
||||||
- run: pip install --upgrade pip wheel
|
- run: pip install --upgrade pip wheel
|
||||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||||
|
Loading…
x
Reference in New Issue
Block a user