From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com []) by mx.groups.io with SMTP id smtpd.web12.4541.1586242061365498329 for ; Mon, 06 Apr 2020 23:47:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) IronPort-SDR: HoW+Dxcl0ESozNYpjZ1cDarCArp1eK2fF0xOJ/vBTp3fXN5grxbW82DsernIazuS8uAwm8c6Kb dPHZsbZ2OsJg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2020 23:47:43 -0700 IronPort-SDR: IRx2GAZ6iekPj5hbLns7s14g4SjfhxBzgZiAHsMfKqMnfRiy9OAhIwQntJgt/YIDaKSTu7vuSz EQM8D/XTDTBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,353,1580803200"; d="scan'208";a="254365070" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 06 Apr 2020 23:47:41 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH] .azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build Date: Tue, 7 Apr 2020 14:47:36 +0800 Message-Id: <20200407064737.8172-2-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20200407064737.8172-1-shenglei.zhang@intel.com> References: <20200407064737.8172-1-shenglei.zhang@intel.com> 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 --- .azurepipelines/templates/pr-gate-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml index a969661dea15..8c4ad4e2efe6 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 -- 2.18.0.windows.1