Update python (#23425)

This commit is contained in:
Cheena Malhotra
2023-06-20 09:36:31 -07:00
committed by GitHub
parent 540b4b5e9e
commit fec1f7168d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: "2.x"
versionSpec: "3.x"
addToPath: true
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1

View File

@@ -9,7 +9,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.x'
versionSpec: '3.x'
addToPath: true
- task: AzureKeyVault@1