File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,15 @@ jobs:
108
108
109
109
strategy :
110
110
matrix :
111
- python : ["3.9", "3.10", "3.11", "3.12"]
112
- numpy : ['1.26']
111
+ include :
112
+ - python : ' 3.9'
113
+ numpy : ' 1.26'
114
+ - python : ' 3.10'
115
+ numpy : ' 2.2'
116
+ - python : ' 3.11'
117
+ numpy : ' 2.2'
118
+ - python : ' 3.12'
119
+ numpy : ' 2.2'
113
120
experimental : [false]
114
121
runner : [ubuntu-latest]
115
122
continue-on-error : ${{ matrix.experimental }}
@@ -176,8 +183,15 @@ jobs:
176
183
177
184
strategy :
178
185
matrix :
179
- python : ["3.9", "3.10", "3.11", "3.12"]
180
- numpy : ['1.26']
186
+ include :
187
+ - python : ' 3.9'
188
+ numpy : ' 1.26'
189
+ - python : ' 3.10'
190
+ numpy : ' 2.2'
191
+ - python : ' 3.11'
192
+ numpy : ' 2.2'
193
+ - python : ' 3.12'
194
+ numpy : ' 2.2'
181
195
experimental : [false]
182
196
runner : [windows-latest]
183
197
continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments