From 819790c3f3842d985fd62890ce186cb216a505ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=A7=E7=9B=9B?= Date: Thu, 24 Mar 2022 11:56:07 +0800 Subject: [PATCH] Upgrade Python to 3.9 for azure pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63660c18e4..20d29addbf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: mars.test.module: 'tensor' variables: - PYTHON: '3.8' + PYTHON: '3.9' steps: - powershell: | @@ -120,7 +120,7 @@ jobs: vmImage: 'ubuntu-latest' variables: - PYTHON: '3.8' + PYTHON: '3.9' steps: - bash: |