Skip to content

Commit 5bc3459

Browse files
committed
Revert "Change matrix specification way"
This reverts commit 73671c0.
1 parent 73671c0 commit 5bc3459

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

.ci/pipeline/test-matrix.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,51 @@ jobs:
2727
- job: Linux
2828
dependsOn: Lint
2929
strategy:
30-
${{ template: .ci/pipeline/matrix-template.yml }}
30+
matrix:
31+
Python3.9_Pip:
32+
PYTHON_VERSION: "3.9"
33+
PKG_MANAGER: "pip"
34+
Python3.10_Pip:
35+
PYTHON_VERSION: "3.10"
36+
PKG_MANAGER: "pip"
37+
Python3.11_Pip:
38+
PYTHON_VERSION: "3.11"
39+
PKG_MANAGER: "pip"
40+
Python3.9_Conda:
41+
PYTHON_VERSION: "3.9"
42+
PKG_MANAGER: "conda"
43+
Python3.10_Conda:
44+
PYTHON_VERSION: "3.10"
45+
PKG_MANAGER: "conda"
46+
Python3.11_Conda:
47+
PYTHON_VERSION: "3.11"
48+
PKG_MANAGER: "conda"
3149
pool:
3250
vmImage: "ubuntu-latest"
3351
steps:
3452
- template: .ci/pipeline/test-configuration-linux.yml
3553
- job: Windows
3654
dependsOn: Lint
3755
strategy:
38-
${{ template: .ci/pipeline/matrix-template.yml }}
56+
matrix:
57+
Python3.9_Pip:
58+
PYTHON_VERSION: "3.9"
59+
PKG_MANAGER: "pip"
60+
Python3.10_Pip:
61+
PYTHON_VERSION: "3.10"
62+
PKG_MANAGER: "pip"
63+
Python3.11_Pip:
64+
PYTHON_VERSION: "3.11"
65+
PKG_MANAGER: "pip"
66+
Python3.9_Conda:
67+
PYTHON_VERSION: "3.9"
68+
PKG_MANAGER: "conda"
69+
Python3.10_Conda:
70+
PYTHON_VERSION: "3.10"
71+
PKG_MANAGER: "conda"
72+
Python3.11_Conda:
73+
PYTHON_VERSION: "3.11"
74+
PKG_MANAGER: "conda"
3975
pool:
4076
vmImage: "windows-latest"
4177
steps:

0 commit comments

Comments
 (0)