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 7a12299 commit 7617aacCopy full SHA for 7617aac
azure-pipelines.yml
@@ -8,16 +8,17 @@ trigger:
8
9
pool:
10
vmImage: 'ubuntu-latest'
11
-strategy:
12
- matrix:
13
- Python36:
14
- python.version: '3.6'
+# strategy:
+# matrix:
+# Python36:
+# python.version: '3.6'
15
16
steps:
17
- task: UsePythonVersion@0
18
inputs:
19
- versionSpec: '$(python.version)'
20
- displayName: 'Use Python $(python.version)'
+ # versionSpec: '$(python.version)'
+ versionSpec: '3.6'
21
+ displayName: 'Use Python 3.6'
22
23
- script: |
24
python -m pip install --upgrade pip
0 commit comments