From: Shenglei Zhang Date: Tue, 7 Apr 2020 03:13:08 +0000 (+0800) Subject: .azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build X-Git-Tag: edk2-stable202005~189 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=60f6a2774ef237961bd1a7af3098eb660ab9de75 .azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build 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 Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao Reviewed-by: Bret Barkelew Reviewed-by: Michael Kubacki --- diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml index 3fcc1e88d8..c1c0c04d6c 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.7.x' + versionSpec: '3.8.x' architecture: 'x64' - script: pip install -r pip-requirements.txt --upgrade