Skip to content

Commit 3bd856d

Browse files
committed
Update Azure Pipelines
1 parent aeeca88 commit 3bd856d

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
@@ -11,15 +11,15 @@ jobs:
1111
vmImage: 'Ubuntu-20.04'
1212
strategy:
1313
matrix:
14-
Python3.5:
14+
Python3_5:
1515
python.version: '3.5'
16-
Python3.6:
16+
Python3_6:
1717
python.version: '3.6'
18-
Python3.7:
18+
Python3_7:
1919
python.version: '3.7'
20-
Python3.8:
20+
Python3_8:
2121
python.version: '3.8'
22-
Python3.9:
22+
Python3_9:
2323
python.version: '3.9'
2424
maxParallel: 5
2525

0 commit comments

Comments
 (0)