Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b27d668

Browse files
committed
typo
1 parent 0c8d4d7 commit b27d668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
jobs:
1717
- template: azure/windows.yml
1818
parameters:
19-
name: windows
19+
name: windows2017
2020
vmImage: vs2017-win2016
2121
matrix:
2222
py_3.6_32:
@@ -51,8 +51,9 @@ jobs:
5151

5252
- template: azure/windows.yml
5353
parameters:
54-
name: windows
54+
name: windows2019
5555
vmImage: windows-2019
56+
matrix:
5657
py_3.9_32:
5758
# Will use the latest up to 3.9.0
5859
PYTHON_VERSION: "'3.9.0-alpha - 3.9.0'"
@@ -102,7 +103,6 @@ jobs:
102103
AZURE_PYTHON_VERSION: "3.8"
103104
PLAT: "i686"
104105
MB_ML_VER: "2010"
105-
MB_ML_VER: "1"
106106
ENV_VARS_PATH: "env_vars_32.sh"
107107
py_3.9_64manylinux2010:
108108
MB_PYTHON_VERSION: "3.9"

0 commit comments

Comments
 (0)