Skip to content

Commit

Permalink
Extend CI to test with onnxruntime==1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed May 20, 2024
1 parent aa26b73 commit e57aaf5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
strategy:
matrix:

Python312-1160-RT1180-xgb2-lgbm40:
python.version: '3.12'
ONNX_PATH: 'onnx==1.16.0'
ONNXRT_PATH: 'onnxruntime==1.18.0'
COREML_PATH: NONE
lightgbm.version: '>=4.0'
xgboost.version: '>=2'
numpy.version: ''
scipy.version: ''

Python311-1160-RT1171-xgb2-lgbm40:
python.version: '3.11'
ONNX_PATH: 'onnx==1.16.0'
Expand Down
8 changes: 8 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
strategy:
matrix:

Python312-1160-RT1180:
python.version: '3.11'
ONNX_PATH: 'onnx==1.16.0'
ONNXRT_PATH: 'onnxruntime==1.18.0'
COREML_PATH: NONE
numpy.version: ''
xgboost.version: '>=2.0'

Python311-1160-RT1171:
python.version: '3.11'
ONNX_PATH: 'onnx==1.16.0'
Expand Down

0 comments on commit e57aaf5

Please sign in to comment.