From bd978b3ddeee3727cb739dda25e353586d28ab1f Mon Sep 17 00:00:00 2001 From: jinningwang Date: Tue, 18 Jun 2024 11:51:45 -0400 Subject: [PATCH] Fix azure python versions --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9b0348c..19d81dc7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,8 +41,8 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - macos_python311: - python.version: '3.11' + macos_python3.10: + python.version: '3.10' steps: - task: UsePythonVersion@0 @@ -67,8 +67,8 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - win_python311: - python.version: '311' + win_python3.9: + python.version: '3.9' steps: - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"