Skip to content

Commit

Permalink
Rename pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Oct 2, 2023
1 parent 79c34e3 commit 1cfb503
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:

Python311-1140-RT1151-xgb175:
Python311-1140-RT1151-xgb175-lgbm40:
python.version: '3.11'
ONNX_PATH: 'onnx==1.14.1' #'-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
ONNXRT_PATH: 'onnxruntime==1.15.1'
ONNXRT_PATH: 'onnxruntime==1.16.0'
COREML_PATH: NONE
lightgbm.version: '>=4.0'
xgboost.version: '>=1.7.5'
Expand Down
8 changes: 4 additions & 4 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
strategy:
matrix:

Python311-1140-RT1151:
Python311-1141-RT1160:
python.version: '3.11'
ONNX_PATH: 'onnx==1.14.1' #'-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
ONNXRT_PATH: 'onnxruntime==1.15.1'
ONNXRT_PATH: 'onnxruntime==1.16.0'
COREML_PATH: NONE
numpy.version: ''

Python310-1140-RT1151:
Python310-1141-RT1151:
python.version: '3.10'
ONNX_PATH: 'onnx==1.14.1' #'-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
ONNXRT_PATH: 'onnxruntime==1.15.1'
COREML_PATH: NONE
numpy.version: ''

Python310-1140-RT1140:
Python310-1141-RT1140:
python.version: '3.10'
ONNX_PATH: 'onnx==1.14.1' #'-i https://test.pypi.org/simple/ onnx==1.14.0rc3'
ONNXRT_PATH: onnxruntime==1.14.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003'
Expand Down

0 comments on commit 1cfb503

Please sign in to comment.