Skip to content

Commit 5768771

Browse files
authored
Try setting python version (Azure#48793)
1 parent e51bafc commit 5768771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/pipelines/templates/steps/analyze.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ steps:
4343
parameters:
4444
ServiceDirectories: "$(ChangedServices)"
4545

46+
- task: UsePythonVersion@0
47+
displayName: 'Use Python 3.11'
48+
inputs:
49+
versionSpec: '3.11'
50+
4651
- template: /eng/common/pipelines/templates/steps/verify-readmes.yml
4752
parameters:
4853
PackagePropertiesFolder: '$(Build.ArtifactStagingDirectory)/PackageInfo'

0 commit comments

Comments
 (0)