Skip to content

Commit 320530b

Browse files
committed
Refactor
Signed-off-by: Jay Zhang <[email protected]>
1 parent 4ed6f2d commit 320530b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/unit_tests_ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-2022]
22-
tf_version:
23-
- '2.9.0'
24-
- '2.15.0'
25-
python_version:
26-
- '3.9'
27-
- '3.10'
22+
tf_version: ['2.9.0', '2.15.0']
23+
python_version: ['3.9', '3.10']
2824
include:
2925
- tf_version: '2.9.0'
3026
python_version: '3.8'

0 commit comments

Comments
 (0)