diff options
| author | 2019-08-01 21:29:27 -0400 | |
|---|---|---|
| committer | 2019-08-01 21:29:27 -0400 | |
| commit | 6b2937bf76532d79497269e054e5409cbea72653 (patch) | |
| tree | bcc4269ee17b07265cee6027818d313960a50bf4 /.ci/templates | |
| parent | Upgrade pip version (diff) | |
| download | yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.gz yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.xz yuzu-6b2937bf76532d79497269e054e5409cbea72653.zip | |
Upgrade PIP version with APT
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 763c8af98..5761010c3 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 --upgrade pip && pip install requests urllib3 | 13 | - script: apt upgrade python3-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') |