Install ffmpeg
This commit is contained in:
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install ffmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@v1
|
||||
id: setup-ffmpeg
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user