File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,18 @@ jobs:
104
104
105
105
test_linux :
106
106
needs : build_linux
107
- runs-on : ${{ matrix.runner }}
108
-
107
+ runs-on : ubuntu-latest
109
108
strategy :
110
109
matrix :
111
- python : ["3.9", "3.10", "3.11", "3.12"]
112
- numpy : ['1.26*']
113
- experimental : [false]
114
- runner : [ubuntu-latest]
115
- continue-on-error : ${{ matrix.experimental }}
110
+ include :
111
+ - python : ' 3.9'
112
+ numpy : ' 1.26'
113
+ - python : ' 3.10'
114
+ numpy : ' 2.2'
115
+ - python : ' 3.11'
116
+ numpy : ' 2.2'
117
+ - python : ' 3.12'
118
+ numpy : ' 2.2'
116
119
env :
117
120
CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
118
121
@@ -172,15 +175,19 @@ jobs:
172
175
173
176
test_windows :
174
177
needs : build_windows
175
- runs-on : ${{ matrix.runner }}
178
+ runs-on : windows-latest
176
179
177
180
strategy :
178
181
matrix :
179
- python : ["3.9", "3.10", "3.11", "3.12"]
180
- numpy : ['1.26*']
181
- experimental : [false]
182
- runner : [windows-latest]
183
- continue-on-error : ${{ matrix.experimental }}
182
+ include :
183
+ - python : ' 3.9'
184
+ numpy : ' 1.26'
185
+ - python : ' 3.10'
186
+ numpy : ' 2.2'
187
+ - python : ' 3.11'
188
+ numpy : ' 2.2'
189
+ - python : ' 3.12'
190
+ numpy : ' 2.2'
184
191
env :
185
192
CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
186
193
You can’t perform that action at this time.
0 commit comments