Explicitly install python (#5833)

Looks like the latest windows image failed to have python installed. So explicitly installing it.
This commit is contained in:
Wes Haggard 2024-07-22 15:19:42 -07:00 committed by GitHub
parent 4dd4b18af9
commit c32fd0dc80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,6 +157,10 @@ jobs:
parameters:
ContinueOnError: false
# Install Python on the machine for verify-path-length script.
- task: UsePythonVersion@0
displayName: Install Python Version
# Base Path Length calculated based on Visual Studio's defaults for projects.
# By default, Visual Studio puts projects in a folder structure like this:
# C:\Users\<username>\source\repos\<project>. That is 34 characters before project.