mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
fix ffmpeg install
This commit is contained in:
parent
f2255c10ec
commit
dca316ae7d
1 changed files with 3 additions and 1 deletions
|
@ -30,9 +30,11 @@ jobs:
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- script: python -m pip install --upgrade pip
|
- script: python -m pip install --upgrade pip
|
||||||
apt-get install -y ffmpeg
|
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
|
- script: apt-get install -y ffmpeg
|
||||||
|
displayName: 'Install ffmpeg'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue