mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Fix errors due to VM packages out of date.
This commit is contained in:
parent
5f705232e1
commit
c6eed608d9
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ jobs:
|
|||
versionSpec: '$(python.version)'
|
||||
architecture: 'x64'
|
||||
|
||||
- script: python -m pip install --upgrade pip
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
python -m pip install --upgrade pip
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: sudo apt-get install ffmpeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue