Skip to content

Commit 5c2edd1

Browse files
committed
Lower the highest tf version to be tested.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 0467444 commit 5c2edd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pretrained_model_tests_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- main
88

99
jobs:
10-
setup:
10+
run_tests:
1111
strategy:
1212
matrix:
13-
tf_version: ['2.9.0', '2.15.0']
13+
tf_version: ['2.9.0', '2.13.0']
1414
python_version: ['3.8', '3.9', '3.10']
1515
opset_version: ['18', '15']
1616
ort_version: ['1.16.3']

.github/workflows/unit_tests_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- main
88

99
jobs:
10-
setup:
10+
run_tests:
1111
strategy:
1212
matrix:
13-
tf_version: ['2.9.0', '2.15.0']
13+
tf_version: ['2.9.0', '2.13.0']
1414
python_version: ['3.8', '3.9', '3.10']
1515
opset_version: ['18', '15']
1616
ort_version: ['1.16.3']

0 commit comments

Comments
 (0)