Changed apt-get upgrade for specific package.

This commit is contained in:
Flame Sage 2019-09-04 04:09:07 +00:00 committed by Chris
parent 573a1e7662
commit ce3edaad26
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
BuildSuffix: 'windows-testing'
ScriptFolder: 'windows'
steps:
- script: sudo apt-get update && sudo apt-get -y upgrade python3-pip && pip install requests urllib3
- script: sudo apt-get update && sudo apt-get --only-upgrade -y install python3-pip && pip install requests urllib3
displayName: 'Prepare Environment'
- task: PythonScript@0
condition: eq(variables['Build.Reason'], 'PullRequest')