summaryrefslogtreecommitdiffstats
path: root/.azurepipelines/Ubuntu-PatchCheck.yml
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/Ubuntu-PatchCheck.yml
parent2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b (diff)
downloadedk2-c63ef58698da1b830d25fd7239c0f5a4e28f70e4.tar.gz
.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/Ubuntu-PatchCheck.yml')
-rw-r--r--.azurepipelines/Ubuntu-PatchCheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index 4de453bf9d..d55c238592 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: |