We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7783c0 commit 7a1ba11Copy full SHA for 7a1ba11
azure-pipelines.yml
@@ -8,21 +8,21 @@ trigger:
8
9
pool:
10
vmImage: ubuntu-latest
11
-strategy:
12
- matrix:
+#strategy:
+ #matrix:
13
#Python27:
14
# python.version: '2.7'
15
#Python35:
16
# python.version: '3.5'
17
#Python36:
18
# python.version: '3.6'
19
- Python37:
20
- python.version: '3.8'
+ #Python37:
+ # python.version: '3.8'
21
22
steps:
23
- task: UsePythonVersion@0
24
inputs:
25
- versionSpec: '$(python.version)'
+ versionSpec: '3.8'
26
displayName: 'Use Python $(python.version)'
27
28
- script: |
0 commit comments