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