Skip to content

Commit ea6b3fd

Browse files
committed
Revert "Change matrix specification way - trial 2"
This reverts commit 241d71d.
1 parent 241d71d commit ea6b3fd

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

.ci/pipeline/test-matrix.yml

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

azure-pipelines.yml

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,24 @@ jobs:
2828
dependsOn: Lint
2929
strategy:
3030
matrix:
31-
${{ template: .ci/pipeline/test-matrix.yml }}
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"
3249
pool:
3350
vmImage: "ubuntu-latest"
3451
steps:
@@ -37,7 +54,24 @@ jobs:
3754
dependsOn: Lint
3855
strategy:
3956
matrix:
40-
${{ template: .ci/pipeline/test-matrix.yml }}
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"
4175
pool:
4276
vmImage: "windows-latest"
4377
steps:

0 commit comments

Comments
 (0)