]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 7 Apr 2020 03:13:08 +0000 (11:13 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 13 Apr 2020 03:13:36 +0000 (03:13 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2617
Update edk2 build and test ci to use Python 3.8.x

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 <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
.azurepipelines/templates/pr-gate-steps.yml

index 3fcc1e88d804d139a72bf72bd0f6f53a1aeae866..c1c0c04d6c172105c23afcf14de287d9870dca5f 100644 (file)
@@ -20,7 +20,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.7.x'\r
+    versionSpec: '3.8.x'\r
     architecture: 'x64'\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r