Skip to content

Commit 7a1ba11

Browse files
Update azure-pipelines.yml for Azure Pipelines
03
1 parent d7783c0 commit 7a1ba11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ trigger:
88

99
pool:
1010
vmImage: ubuntu-latest
11-
strategy:
12-
matrix:
11+
#strategy:
12+
#matrix:
1313
#Python27:
1414
# python.version: '2.7'
1515
#Python35:
1616
# python.version: '3.5'
1717
#Python36:
1818
# python.version: '3.6'
19-
Python37:
20-
python.version: '3.8'
19+
#Python37:
20+
# python.version: '3.8'
2121

2222
steps:
2323
- task: UsePythonVersion@0
2424
inputs:
25-
versionSpec: '$(python.version)'
25+
versionSpec: '3.8'
2626
displayName: 'Use Python $(python.version)'
2727

2828
- script: |

0 commit comments

Comments
 (0)