summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-08-02 03:29:27 +0200
committerZach Hilman <zachhilman@gmail.com>2019-08-02 03:29:27 +0200
commit6b2937bf76532d79497269e054e5409cbea72653 (patch)
treebcc4269ee17b07265cee6027818d313960a50bf4 /.ci
parentUpgrade pip version (diff)
downloadyuzu-6b2937bf76532d79497269e054e5409cbea72653.tar
yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.gz
yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.bz2
yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.lz
yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.xz
yuzu-6b2937bf76532d79497269e054e5409cbea72653.tar.zst
yuzu-6b2937bf76532d79497269e054e5409cbea72653.zip
Diffstat (limited to '.ci')
-rw-r--r--.ci/templates/build-testing.yml2
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:
BuildSuffix: 'windows-testing'
ScriptFolder: 'windows'
steps:
- - script: pip install --upgrade pip && pip install requests urllib3
+ - script: apt upgrade python3-pip && pip install requests urllib3
displayName: 'Prepare Environment'
- task: PythonScript@0
condition: eq(variables['Build.Reason'], 'PullRequest')