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

View file

@ -31,7 +31,7 @@ jobs:
- script: | - script: |
sudo apt-get update sudo apt-get update
sudo apt-get install python${python.version) sudo apt-get install python${python.version}
python -m pip install --upgrade pip python -m pip install --upgrade pip
displayName: 'Install dependencies' displayName: 'Install dependencies'