Browse Source

Add FFmpeg

pull/402/head
Simon Conseil 6 years ago
parent
commit
1878161613
  1. 6
      .github/workflows/python-tests.yml

6
.github/workflows/python-tests.yml

@ -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`

Loading…
Cancel
Save