summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorKen Lautner <kenlautner3@gmail.com>2022-03-08 14:49:15 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-09 18:58:33 +0000
commitc63ef58698da1b830d25fd7239c0f5a4e28f70e4 (patch)
treeca593cf1655dee61fbe484f9db74e4b52d03d5ae /.azurepipelines
parent2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b (diff)
downloadedk2-c63ef58698da1b830d25fd7239c0f5a4e28f70e4.zip
edk2-c63ef58698da1b830d25fd7239c0f5a4e28f70e4.tar.gz
edk2-c63ef58698da1b830d25fd7239c0f5a4e28f70e4.tar.bz2
.azurepipelines: Updated python version
Updated .azurepipelines to use newest python version Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/Ubuntu-PatchCheck.yml2
-rw-r--r--.azurepipelines/templates/platform-build-run-steps.yml2
-rw-r--r--.azurepipelines/templates/pr-gate-steps.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index 4de453b..d55c238 100644
--- a/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/.azurepipelines/Ubuntu-PatchCheck.yml
@@ -27,7 +27,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.7.x'
+ versionSpec: '3.9.x'
architecture: 'x64'
- script: |
diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml
index 97e7faa..36cdce9 100644
--- a/.azurepipelines/templates/platform-build-run-steps.yml
+++ b/.azurepipelines/templates/platform-build-run-steps.yml
@@ -42,7 +42,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: "3.8.x"
+ versionSpec: "3.9.x"
architecture: "x64"
- script: pip install -r pip-requirements.txt --upgrade
diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml
index 70c19a4..6601c24 100644
--- a/.azurepipelines/templates/pr-gate-steps.yml
+++ b/.azurepipelines/templates/pr-gate-steps.yml
@@ -20,7 +20,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.8.x'
+ versionSpec: '3.9.x'
architecture: 'x64'
- script: pip install -r pip-requirements.txt --upgrade