diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index c11a89da..01967eee 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -14,6 +14,13 @@ jobs: vmImage: 'ubuntu-latest' strategy: matrix: + Python310-1130-RT1140-xgb173: + python.version: '3.10' + ONNX_PATH: 'onnx==1.13.0' #'-i https://test.pypi.org/simple/ onnx==1.12.0rc4' + ONNXRT_PATH: onnxruntime==1.14.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003' + COREML_PATH: NONE + xgboost.version: '>=1.7.3' + numpy.version: '' Python310-1130-RT1131-xgb173: python.version: '3.10' ONNX_PATH: 'onnx==1.13.0' #'-i https://test.pypi.org/simple/ onnx==1.12.0rc4' diff --git a/.azure-pipelines/win32-conda-CI.yml b/.azure-pipelines/win32-conda-CI.yml index 2d44629b..50b7fe77 100644 --- a/.azure-pipelines/win32-conda-CI.yml +++ b/.azure-pipelines/win32-conda-CI.yml @@ -15,6 +15,13 @@ jobs: strategy: matrix: + Python310-1130-RT1140: + python.version: '3.10' + ONNX_PATH: 'onnx==1.13.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4' + ONNXRT_PATH: onnxruntime==1.14.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003' + COREML_PATH: NONE + numpy.version: '' + Python310-1130-RT1131: python.version: '3.10' ONNX_PATH: 'onnx==1.13.0' # '-i https://test.pypi.org/simple/ onnx==1.12.0rc4'