This commit is contained in:
Lex Berezhny 2020-04-11 20:20:21 -04:00
parent 70693f4d1a
commit 87a44fd41c

View file

@ -45,9 +45,9 @@ jobs:
with:
python-version: '3.7'
- if: matrix.test == 'other'
run:
- apt-get update
- apt-get install -y --no-install-recommends ffmpeg
run: |
apt-get update
apt-get install -y --no-install-recommends ffmpeg
- run: pip install tox-travis
- env:
TEST_DB: ${{ matrix.db }}