Skip to content

Commit e9232b1

Browse files
committed
ci: use python 3 on all platforms
1 parent 7223312 commit e9232b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
steps:
2-
32
# Linux Specific
43
- script: |
54
sudo apt-get update
@@ -9,7 +8,6 @@ steps:
98
displayName: Install apt dependencies
109
condition: eq(variables['Agent.OS'], 'Linux')
1110
12-
1311
- script: sudo /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
1412
displayName: Start Xvfb
1513
condition: eq(variables['Agent.OS'], 'Linux')
@@ -45,8 +43,6 @@ steps:
4543
displayName: Install script/vsts dependencies
4644
condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'), eq(variables['IsSignedZipBranch'], true), eq(variables['IsNightlyBranch'], 'true'))
4745
48-
# Windows Specific
4946
- task: UsePythonVersion@0
5047
inputs:
51-
versionSpec: '3.8'
52-
condition: eq(variables['Agent.OS'], 'Windows_NT')
48+
versionSpec: "3.8"

0 commit comments

Comments
 (0)