From 9df9325fcb59c3edf299e8f0e7bd16a11222fc01 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 29 Apr 2021 16:29:19 -0700 Subject: [PATCH] Update python version --- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml index db89e10594..d155161051 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml @@ -17,7 +17,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.9.1' + versionSpec: '3.9' # versionSpec: '3.7' addToPath: true architecture: $(buildArch)