From bc7f8ad4f8cc7444e1ca852dccfa7ee85fd080f9 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 3 May 2021 17:11:50 -0700 Subject: [PATCH] Revert python version --- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 5ba8a6e326..e066601be2 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 @@ -18,8 +18,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.9' -# versionSpec: '3.7' + versionSpec: '3.7' addToPath: true architecture: $(buildArch)