diff options
| author | 2019-08-01 21:23:17 -0400 | |
|---|---|---|
| committer | 2019-08-01 21:23:17 -0400 | |
| commit | a2d2a6b6dd1a469e31286b204fc1ba42da2ca02c (patch) | |
| tree | c293bf875f4621cb5c43c4c740cc8e3789124764 /.ci/templates | |
| parent | Add missing dot (diff) | |
| download | yuzu-a2d2a6b6dd1a469e31286b204fc1ba42da2ca02c.tar.gz yuzu-a2d2a6b6dd1a469e31286b204fc1ba42da2ca02c.tar.xz yuzu-a2d2a6b6dd1a469e31286b204fc1ba42da2ca02c.zip | |
Upgrade pip version
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/build-testing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml index f024a0058..763c8af98 100644 --- a/.ci/templates/build-testing.yml +++ b/.ci/templates/build-testing.yml | |||
| @@ -10,7 +10,7 @@ jobs: | |||
| 10 | BuildSuffix: 'windows-testing' | 10 | BuildSuffix: 'windows-testing' |
| 11 | ScriptFolder: 'windows' | 11 | ScriptFolder: 'windows' |
| 12 | steps: | 12 | steps: |
| 13 | - script: pip install requests urllib3 | 13 | - script: pip install --upgrade pip && pip install requests urllib3 |
| 14 | displayName: 'Prepare Environment' | 14 | displayName: 'Prepare Environment' |
| 15 | - task: PythonScript@0 | 15 | - task: PythonScript@0 |
| 16 | condition: eq(variables['Build.Reason'], 'PullRequest') | 16 | condition: eq(variables['Build.Reason'], 'PullRequest') |