Skip to content

Commit 614472f

Browse files
authored
Add an explicit python version (microsoft#3938)
Finding python3 has been a bit hit or miss. Hopefully this will make it hit consistently
1 parent c23ea26 commit 614472f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ stages:
9090
vmImage: $(image)
9191

9292
steps:
93+
- task: UsePythonVersion@0
94+
inputs:
95+
versionSpec: '3.x'
96+
9397
- bash: sudo apt-get install ninja-build
9498
displayName: 'Installing dependencies'
9599
condition: eq(variables['image'], variables['linux'])

0 commit comments

Comments
 (0)