File tree 2 files changed +36
-37
lines changed
2 files changed +36
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
dependsOn : Lint
29
29
strategy :
30
30
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"
32
49
pool :
33
50
vmImage : " ubuntu-latest"
34
51
steps :
37
54
dependsOn : Lint
38
55
strategy :
39
56
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"
41
75
pool :
42
76
vmImage : " windows-latest"
43
77
steps :
You can’t perform that action at this time.
0 commit comments