From 8b7a8c3bfd61b6496ff88d0b3ab65aadbaf06663 Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 14 Sep 2023 11:11:56 +0800 Subject: [PATCH] Use 3.11 in CodegenCoverage --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9cb205a970a..9c2a04b90d6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1039,9 +1039,9 @@ jobs: name: ${{ variables.ubuntu_pool }} steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.10' + displayName: 'Use Python 3.11' inputs: - versionSpec: 3.10 + versionSpec: 3.11 - template: .azure-pipelines/templates/azdev_setup.yml - bash: | set -ev