Skip to content

Commit 6028262

Browse files
DeeDeeGaminya
andcommitted
CI: Use Python 3.8 on all OSes
Co-authored-by: Amin Yahyaabadi <[email protected]>
1 parent 86f5d70 commit 6028262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ steps:
2828
- script: npm install --global [email protected]
2929
displayName: Update npm
3030

31+
- task: UsePythonVersion@0
32+
inputs:
33+
versionSpec: '3.8'
34+
3135
# Use Azure Syntax to set env variables for all shells and steps
3236
- pwsh: |
3337
if ($env:AGENT_OS -eq "Windows_NT") {

0 commit comments

Comments
 (0)