This commit is contained in:
Lex Berezhny 2020-04-11 20:21:28 -04:00
parent 87a44fd41c
commit 06b75d07dc

View file

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