Skip to content

Commit 7617aac

Browse files
committed
test without strategy matrix in yml
1 parent 7a12299 commit 7617aac

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ trigger:
88

99
pool:
1010
vmImage: 'ubuntu-latest'
11-
strategy:
12-
matrix:
13-
Python36:
14-
python.version: '3.6'
11+
# strategy:
12+
# matrix:
13+
# Python36:
14+
# python.version: '3.6'
1515

1616
steps:
1717
- task: UsePythonVersion@0
1818
inputs:
19-
versionSpec: '$(python.version)'
20-
displayName: 'Use Python $(python.version)'
19+
# versionSpec: '$(python.version)'
20+
versionSpec: '3.6'
21+
displayName: 'Use Python 3.6'
2122

2223
- script: |
2324
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)