Skip to content

Commit 6905d05

Browse files
authored
Fix a test issue in keras2onnx_application_tests.yml. (#1982)
* Update tests in nightly keras-application-test. Signed-off-by: Jay Zhang <[email protected]>
1 parent 3cf62e2 commit 6905d05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci_build/azure_pipelines/keras2onnx_application_tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
INSTALL_NUMPY: pip install numpy==1.19.0
5757
NIGHTLY_BUILD_TEST: python run_all_v2.py
5858

59-
Python38-onnx1.11-tf2.8:
59+
Python37-onnx1.11-tf2.8:
6060
python.version: '3.7'
6161
ONNX_PATH: onnx==1.11.0
6262
INSTALL_KERAS:
@@ -115,17 +115,17 @@ jobs:
115115
INSTALL_NUMPY: pip install numpy==1.19.0
116116
NIGHTLY_BUILD_TEST: python run_all_v2.py --exclude "test_keras_applications_v2.py"
117117

118-
Python38-tf2.x:
118+
Python38-onnx1.11-tf2.9:
119119
python.version: '3.8'
120120
ONNX_PATH: onnx==1.11.0
121121
INSTALL_KERAS:
122-
UNINSTALL_KERAS: pip uninstall keras -y
123-
INSTALL_TENSORFLOW: pip install tensorflow==2.5.0
124-
INSTALL_ORT: pip install onnxruntime==1.9.0
122+
UNINSTALL_KERAS:
123+
INSTALL_TENSORFLOW: pip install tensorflow==2.9.0
124+
INSTALL_ORT: pip install onnxruntime==1.11.0
125125
INSTALL_KERAS_RESNET: pip install keras-resnet
126126
INSTALL_TRANSFORMERS: pip install transformers==3.4.0
127-
INSTALL_NUMPY: pip install numpy==1.19.0
128-
NIGHTLY_BUILD_TEST: python run_all_v2.py --exclude "test_keras_applications_v2.py"
127+
INSTALL_NUMPY:
128+
NIGHTLY_BUILD_TEST: python run_all_v2.py
129129

130130
steps:
131131
- template: 'templates/keras2onnx_application_tests.yml'

0 commit comments

Comments
 (0)