Commit 2214aab
authored
[Build] skip python tests when python version is 3.14 (#26500)
This is a follow up change for
#26397:
(1) Enable python 3.14 for webgpu package
(2) Skip python tests for python 3.14 just like in python cuda package
pipelines.
onnx package does not support python 3.14 right now, so python tests
depending on onnx will fail. Example error in python package pipeline:
```
Traceback (most recent call last):
File "E:\_work\1\s\build\Release\Release\onnx_backend_test_series.py", line 14, in <module>
import onnx
ModuleNotFoundError: No module named 'onnx'
```
This is a temporary walkaround to unblock python packaging pipeline for
python 3.14. We can re-enable the test after onnx next release (in a few
weeks?)1 parent 049cbdf commit 2214aab
File tree
3 files changed
+14
-8
lines changed- tools/ci_build/github/azure-pipelines/stages
3 files changed
+14
-8
lines changedLines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments