Skip to content

Commit 86f5d70

Browse files
committed
CI: Don't specify a Python version on Windows
We support both Python 2.6+ and Python 3.5+. The exact version doesn't matter.
1 parent 31c2b5f commit 86f5d70

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ steps:
3737
displayName: Setting globally used env variables
3838
3939
# Windows Specific
40-
- task: UsePythonVersion@0
41-
inputs:
42-
versionSpec: '3.8'
43-
condition: eq(variables['Agent.OS'], 'Windows_NT')
44-
4540
- script: |
4641
cd script\vsts
4742
npm install

0 commit comments

Comments
 (0)