Skip to content

Commit 4e7c0f0

Browse files
jiafatomwenbingl
andauthored
Support onnx 1.7 in CI build (#398)
* fixed the xgboost version (#395) * fixed the xgboost version (#395) Co-authored-by: Wenbing Li <[email protected]>
1 parent ba8223c commit 4e7c0f0

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
Python36-nightly:
1717
python.version: '3.6'
18-
ONNX_PATH: onnx==1.6.0
18+
ONNX_PATH: onnx==1.7.0
1919
ORT_PATH: -i https://test.pypi.org/simple/ ort-nightly
2020
maxParallel: 3
2121

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
ONNX_PATH: onnx==1.6.0
3434
ONNXRT_PATH: onnxruntime==1.1.1
3535
xgboost.version: '>=1.0'
36+
Python37-170-RT130:
37+
python.version: '3.7'
38+
ONNX_PATH: onnx==1.7.0
39+
ONNXRT_PATH: onnxruntime==1.3.0
40+
xgboost.version: '>=1.0'
3641
maxParallel: 3
3742

3843
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
Python36-nightly:
1717
python.version: '3.6'
18-
ONNX_PATH: onnx==1.6.0
18+
ONNX_PATH: onnx==1.7.0
1919
ONNXRT_PATH: -i https://test.pypi.org/simple/ ort-nightly
2020
COREML_PATH: git+https://github.com/apple/[email protected]
2121
maxParallel: 3

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
COREML_PATH: git+https://github.com/apple/[email protected]
4242
sklearn.version: ''
4343

44+
Python37-170-RT130:
45+
python.version: '3.7'
46+
ONNX_PATH: onnx==1.7.0
47+
ONNXRT_PATH: onnxruntime==1.3.0
48+
COREML_PATH: git+https://github.com/apple/[email protected]
49+
sklearn.version: ''
50+
4451
maxParallel: 3
4552

4653
steps:

0 commit comments

Comments
 (0)