Skip to content

Commit c82cb94

Browse files
committed
Update ci settings
1 parent d13ad67 commit c82cb94

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-pytest.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: [3.8, 3.9, ]
19-
tf-version: [2.3.1, 2.4.2, 2.5.3, 2.6.4, 2.7.4, 2.8.4, 2.9.3]
19+
tf-version: [2.5.3, 2.6.4, 2.7.4, 2.8.4, 2.9.3]
2020
include:
2121
- tf-version: 2.6.4
22-
python-version: 3.10
22+
python-version: "3.10"
2323
- tf-version: 2.6.4
2424
python-version: 3.9
25+
- tf-version: 2.3.1
26+
python-version: 3.8
27+
- tf-version: 2.4.2
28+
python-version: 3.8
2529

2630
steps:
2731
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)