Skip to content

Commit ca5bbca

Browse files
committed
Update unit_test.yml
1 parent 5af5c52 commit ca5bbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_build/azure_pipelines/templates/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
- bash: |
1919
export TF2ONNX_TEST_BACKEND=$CI_ONNX_BACKEND
2020
export TF2ONNX_TEST_OPSET=$CI_ONNX_OPSET
21+
pip install fire
2122
python benchmarks/profile_conversion_time.py
2223
timeoutInMinutes: 15
2324
displayName: ${{ format('Run profile_conversion_time.py - Opset{0}', onnx_opset) }}

0 commit comments

Comments
 (0)