Skip to content

Commit f8bf598

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1b2271b commit f8bf598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- master
88

99
pool:
10-
vmImage: 'ubuntu-16.04'
10+
vmImage: 'ubuntu-18.04'
1111

1212
steps:
1313

@@ -16,7 +16,7 @@ steps:
1616

1717
- task: UsePythonVersion@0
1818
inputs:
19-
versionSpec: '3.6'
19+
versionSpec: '3.7'
2020

2121
- script: sh ./build/azure_pipeline_helper.sh
2222
displayName: 'Complex Installs'

0 commit comments

Comments
 (0)