|
17 | 17 | strategy: |
18 | 18 | fail-fast: false |
19 | 19 | matrix: |
20 | | - python-version: ["3.12", "3.8"] |
| 20 | + python-version: ["3.14", "3.8"] |
21 | 21 | os: ["ubuntu-latest", "windows-latest", "macos-latest"] |
22 | 22 | exclude: |
23 | 23 | - os: windows-latest |
@@ -152,13 +152,7 @@ jobs: |
152 | 152 | mlc add repo https://github.com/mlcommons/inference |
153 | 153 | mlc add repo https://mygit.com/myrepo |
154 | 154 | |
155 | | - ' Disabled now as MLCFlow automatically deletes corrupted entries |
156 | | - - name: Test 13 - rm repo where we have a corrupt entry |
157 | | - run: | |
158 | | - rm -r $HOME/MLC/repos/mlcommons@mlperf-automations |
159 | | - mlc rm repo mlcommons@mlperf-automations |
160 | | - mlc pull repo mlcommons@mlperf-automations --branch=dev |
161 | | - ' |
| 155 | + |
162 | 156 | - name: Test 14 - add script - Add a new MLC script |
163 | 157 | run: | |
164 | 158 | mlc add script my-script-1 --tags=my,new-tags-1 |
@@ -232,7 +226,7 @@ jobs: |
232 | 226 | strategy: |
233 | 227 | fail-fast: false |
234 | 228 | matrix: |
235 | | - python-version: ["3.12", "3.8"] |
| 229 | + python-version: ["3.14", "3.8"] |
236 | 230 | os: ["ubuntu-latest", "windows-latest", "macos-latest"] |
237 | 231 | exclude: |
238 | 232 | - os: windows-latest |
@@ -286,7 +280,7 @@ jobs: |
286 | 280 | strategy: |
287 | 281 | fail-fast: false |
288 | 282 | matrix: |
289 | | - python-version: ["3.12", "3.8"] |
| 283 | + python-version: ["3.14", "3.8"] |
290 | 284 | os: ["ubuntu-latest", "windows-latest", "macos-latest"] |
291 | 285 |
|
292 | 286 | steps: |
@@ -372,7 +366,7 @@ jobs: |
372 | 366 | strategy: |
373 | 367 | fail-fast: false |
374 | 368 | matrix: |
375 | | - python-version: ["3.13", "3.8"] |
| 369 | + python-version: ["3.14", "3.8"] |
376 | 370 | os: ["ubuntu-latest", "windows-latest", "macos-latest"] |
377 | 371 | action: ["mlcr", "mlce", "mlct"] |
378 | 372 |
|
|
0 commit comments