forked from LBRYCommunity/lbry-sdk
syntax
This commit is contained in:
parent
70693f4d1a
commit
87a44fd41c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -45,9 +45,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.7'
|
||||||
- if: matrix.test == 'other'
|
- if: matrix.test == 'other'
|
||||||
run:
|
run: |
|
||||||
- apt-get update
|
apt-get update
|
||||||
- apt-get install -y --no-install-recommends ffmpeg
|
apt-get install -y --no-install-recommends ffmpeg
|
||||||
- run: pip install tox-travis
|
- run: pip install tox-travis
|
||||||
- env:
|
- env:
|
||||||
TEST_DB: ${{ matrix.db }}
|
TEST_DB: ${{ matrix.db }}
|
||||||
|
|
Loading…
Reference in a new issue