Skip to content

Commit ae4ca68

Browse files
committed
Specify numpy version in the end.
Signed-off-by: Jay Zhang <[email protected]>
1 parent aeaa2f3 commit ae4ca68

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci_build/azure_pipelines/templates/keras2onnx_application_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ steps:
4545
$(INSTALL_TRANSFORMERS)
4646
pip install keras-self-attention
4747
pip install pytest pytest-cov pytest-runner
48+
pip install numpy==1.19
4849
displayName: 'Install dependencies'
4950
5051
- script: |
@@ -101,6 +102,7 @@ steps:
101102
%INSTALL_TRANSFORMERS%
102103
pip install keras-self-attention
103104
pip install pytest pytest-cov pytest-runner
105+
pip install numpy==1.19
104106
displayName: 'Install dependencies'
105107
106108
- script: |

ci_build/azure_pipelines/templates/keras2onnx_unit_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ steps:
3232
pip install -r requirements-dev.txt
3333
pip install pytest pytest-cov pytest-runner
3434
$(INSTALL_ORT)
35+
pip install numpy==1.19
3536
displayName: 'Install dependencies'
3637
3738
- script: |
@@ -77,6 +78,7 @@ steps:
7778
pip install git+https://github.com/microsoft/onnxconverter-common
7879
pip install pytest pytest-cov pytest-runner
7980
%INSTALL_ORT%
81+
pip install numpy==1.19
8082
displayName: 'Install dependencies'
8183
8284
- script: |

0 commit comments

Comments
 (0)