Skip to content

Commit dd96397

Browse files
committed
reload pipelines
Signed-off-by: guschmue <[email protected]>
1 parent b044ee6 commit dd96397

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ci_build/azure_pipelines/pretrained_model_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
job:
2525
steps:
2626
- template: 'pretrained_model_test.yml'
27+

ci_build/azure_pipelines/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
pip freeze
1313
pylint --rcfile=tools/pylintrc --ignore=version.py --disable=cyclic-import tf2onnx tests/*.py tools -j 0
1414
displayName: 'Pylint'
15+

ci_build/azure_pipelines/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ stages:
4444
report_coverage: 'True'
4545

4646
- template: 'templates/combine_test_coverage.yml'
47+

0 commit comments

Comments
 (0)