We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa85b05 commit d42e52cCopy full SHA for d42e52c
.github/workflows/main.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-python@v2
17
with:
18
python-version: ${{ matrix.python }}
19
+ - name: Install ffmpeg
20
+ run: sudo apt install -y ffmpeg
21
- name: Install tox and any other packages
22
run: pip install tox
23
- name: Run tox
0 commit comments