Fix errors due to VM packages out of date.

This commit is contained in:
Clinton Hall 2019-06-20 10:04:02 +12:00 committed by GitHub
commit c6eed608d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,9 @@ jobs:
versionSpec: '$(python.version)' versionSpec: '$(python.version)'
architecture: 'x64' architecture: 'x64'
- script: python -m pip install --upgrade pip - script: |
sudo apt-get update
python -m pip install --upgrade pip
displayName: 'Install dependencies' displayName: 'Install dependencies'
- script: sudo apt-get install ffmpeg - script: sudo apt-get install ffmpeg