Skip to content

Commit 8407a63

Browse files
committed
Try other scenarios.
Signed-off-by: Jay Zhang <[email protected]>
1 parent d73aa75 commit 8407a63

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/pretrained_model_tests_ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
python_version: '3.9'
2929
- tf_version: '2.15.0'
3030
python_version: '3.9'
31-
- tf_version: '2.15.0'
32-
python_version: '3.10'
33-
- tf_version: '1.15.5'
34-
python_version: '3.7'
35-
os: 'ubuntu-latest'
36-
opset_version: '15'
37-
ort_version: '1.14.1'
38-
onnx_version: '1.14.1'
31+
# - tf_version: '2.15.0'
32+
# python_version: '3.10'
33+
# - tf_version: '1.15.5'
34+
# python_version: '3.7'
35+
# os: 'ubuntu-latest'
36+
# opset_version: '15'
37+
# ort_version: '1.14.1'
38+
# onnx_version: '1.14.1'
3939

4040
runs-on: ubuntu-latest
4141

.github/workflows/unit_tests_ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
python_version: '3.9'
3131
- tf_version: '2.15.0'
3232
python_version: '3.9'
33-
- tf_version: '2.15.0'
34-
python_version: '3.10'
35-
- tf_version: '1.15.5'
36-
python_version: '3.7'
37-
os: 'ubuntu-latest'
38-
opset_version: '15'
39-
ort_version: '1.14.1'
40-
onnx_version: '1.14.1'
41-
skip_tflite: 'True'
33+
# - tf_version: '2.15.0'
34+
# python_version: '3.10'
35+
# - tf_version: '1.15.5'
36+
# python_version: '3.7'
37+
# os: 'ubuntu-latest'
38+
# opset_version: '15'
39+
# ort_version: '1.14.1'
40+
# onnx_version: '1.14.1'
41+
# skip_tflite: 'True'
4242

4343
runs-on: ${{ matrix.os }}
4444

0 commit comments

Comments
 (0)