File tree Expand file tree Collapse file tree 2 files changed +38
-37
lines changed
Expand file tree Collapse file tree 2 files changed +38
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments