Add FFmpeg
This commit is contained in:
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
@@ -16,7 +16,11 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Tox and any other packages
|
||||
- name: Install FFmpeg
|
||||
run: |
|
||||
sudo apt install ffmpeg
|
||||
ffmpeg -version
|
||||
- name: Install Tox
|
||||
run: pip install tox
|
||||
- name: Run Tox
|
||||
# Run tox using the version of Python in `PATH`
|
||||
|
||||
Reference in New Issue
Block a user