File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 python.version : ' 3.6'
1818 ONNX_PATH : onnx==1.6.0
1919 ONNXRT_PATH : -i https://test.pypi.org/simple/ ort-nightly
20- COREML_PATH : git+https://github.com/apple/coremltools
20+ COREML_PATH : git+https://github.com/apple/coremltools@3.1
2121 maxParallel : 3
2222
2323 steps :
Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
2323 python.version : ' 3.6'
2424 ONNX_PATH : onnx==1.4.1
2525 ONNXRT_PATH : onnxruntime==0.3.0
26- COREML_PATH : git+https://github.com/apple/coremltools
26+ COREML_PATH : git+https://github.com/apple/coremltools@3.1
2727
2828 Python37 :
2929 python.version : ' 3.7'
3030 ONNX_PATH : onnx==1.5.0
3131 ONNXRT_PATH : onnxruntime==0.4.0
32- COREML_PATH : git+https://github.com/apple/coremltools
32+ COREML_PATH : git+https://github.com/apple/coremltools@3.1
3333
3434 Python37-RT100 :
3535 python.version : ' 3.7'
3636 ONNX_PATH : onnx==1.6.0
3737 ONNXRT_PATH : onnxruntime==1.0.0
38- COREML_PATH : git+https://github.com/apple/coremltools
38+ COREML_PATH : git+https://github.com/apple/coremltools@3.1
3939
4040 maxParallel : 3
4141
You can’t perform that action at this time.
0 commit comments