Skip to content

Commit c29abfd

Browse files
xaduprexiaowuhu
andauthored
Add onnxruntime==1.14.0 to CI (#606)
Signed-off-by: xadupre <[email protected]> Co-authored-by: xiaowuhu <[email protected]>
1 parent c8f3838 commit c29abfd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.azure-pipelines/linux-conda-CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
vmImage: 'ubuntu-latest'
1515
strategy:
1616
matrix:
17+
Python310-1130-RT1140-xgb173:
18+
python.version: '3.10'
19+
ONNX_PATH: 'onnx==1.13.0' #'-i https://test.pypi.org/simple/ onnx==1.12.0rc4'
20+
ONNXRT_PATH: onnxruntime==1.14.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003'
21+
COREML_PATH: NONE
22+
xgboost.version: '>=1.7.3'
23+
numpy.version: ''
1724
Python310-1130-RT1131-xgb173:
1825
python.version: '3.10'
1926
ONNX_PATH: 'onnx==1.13.0' #'-i https://test.pypi.org/simple/ onnx==1.12.0rc4'

.azure-pipelines/win32-conda-CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717

18+
Python310-1130-RT1140:
19+
python.version: '3.10'
20+
ONNX_PATH: 'onnx==1.13.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4'
21+
ONNXRT_PATH: onnxruntime==1.14.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003'
22+
COREML_PATH: NONE
23+
numpy.version: ''
24+
1825
Python310-1130-RT1131:
1926
python.version: '3.10'
2027
ONNX_PATH: 'onnx==1.13.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4'

0 commit comments

Comments
 (0)