Skip to content

Commit

Permalink
Support onnx 1.7 in CI build (#398)
Browse files Browse the repository at this point in the history
* fixed the xgboost version (#395)

* fixed the xgboost version (#395)

Co-authored-by: Wenbing Li <10278425+wenbingl@users.noreply.github.com>
  • Loading branch information
jiafatom and wenbingl authored May 21, 2020
1 parent ba8223c commit 4e7c0f0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
Python36-nightly:
python.version: '3.6'
ONNX_PATH: onnx==1.6.0
ONNX_PATH: onnx==1.7.0
ORT_PATH: -i https://test.pypi.org/simple/ ort-nightly
maxParallel: 3

Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
ONNX_PATH: onnx==1.6.0
ONNXRT_PATH: onnxruntime==1.1.1
xgboost.version: '>=1.0'
Python37-170-RT130:
python.version: '3.7'
ONNX_PATH: onnx==1.7.0
ONNXRT_PATH: onnxruntime==1.3.0
xgboost.version: '>=1.0'
maxParallel: 3

steps:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
Python36-nightly:
python.version: '3.6'
ONNX_PATH: onnx==1.6.0
ONNX_PATH: onnx==1.7.0
ONNXRT_PATH: -i https://test.pypi.org/simple/ ort-nightly
COREML_PATH: git+https://github.com/apple/coremltools@3.1
maxParallel: 3
Expand Down
7 changes: 7 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
COREML_PATH: git+https://github.com/apple/coremltools@3.1
sklearn.version: ''

Python37-170-RT130:
python.version: '3.7'
ONNX_PATH: onnx==1.7.0
ONNXRT_PATH: onnxruntime==1.3.0
COREML_PATH: git+https://github.com/apple/coremltools@3.1
sklearn.version: ''

maxParallel: 3

steps:
Expand Down

0 comments on commit 4e7c0f0

Please sign in to comment.