Skip to content

Commit

Permalink
update test (#539)
Browse files Browse the repository at this point in the history
* update test

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* update author info

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update linux-conda-CI.yml

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>
  • Loading branch information
xiaowuhu authored Apr 11, 2022
1 parent 8ac872b commit 92caa72
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ trigger:
jobs:

- job: 'Test'
timeoutInMinutes: 25
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python39-1110-RT1110:
python.version: '3.9'
ONNX_PATH: onnx==1.11.0 # '-i https://test.pypi.org/simple/ onnx==1.9.101'
ONNXRT_PATH: onnxruntime==1.11.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003'
COREML_PATH: git+https://github.com/apple/coremltools@3.1

Python39-1110-RT1100:
python.version: '3.9'
ONNX_PATH: onnx==1.11.0 # '-i https://test.pypi.org/simple/ onnx==1.9.101'
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 @@ -14,6 +14,13 @@ jobs:
vmImage: 'windows-latest'
strategy:
matrix:

Python39-1110-RT1110:
python.version: '3.9'
ONNX_PATH: onnx==1.11.0 # '-i https://test.pypi.org/simple/ onnx==1.9.101'
ONNXRT_PATH: onnxruntime==1.11.0 #'-i https://test.pypi.org/simple/ ort-nightly==1.11.0.dev20220311003'
COREML_PATH: git+https://github.com/apple/coremltools@3.1

Python39-1110-RT190:
python.version: '3.9'
ONNX_PATH: 'onnx==1.11.0' # '-i https://test.pypi.org/simple/ onnx==1.9.101'
Expand Down
2 changes: 1 addition & 1 deletion onnxmltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
which is a common language to describe any machine learned model.
"""
__version__ = "1.11.0"
__author__ = "Microsoft"
__author__ = "ONNX"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
__domain__ = "onnxml"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
long_description=long_description,
long_description_content_type='text/markdown',
license='Apache License v2.0',
author='Microsoft Corporation',
author_email='onnx@microsoft.com',
author='ONNX',
author_email='onnx-technical-discuss@lists.lfaidata.foundation',
url='https://github.com/onnx/onnxmltools',
packages=packages,
include_package_data=True,
Expand Down

0 comments on commit 92caa72

Please sign in to comment.