Skip to content

Commit a53b8c7

Browse files
committed
Update unit_test.yml
1 parent ca5bbca commit a53b8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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
21+
pip install fire pyinstrument
2222
python benchmarks/profile_conversion_time.py
2323
timeoutInMinutes: 15
2424
displayName: ${{ format('Run profile_conversion_time.py - Opset{0}', onnx_opset) }}

0 commit comments

Comments
 (0)