Skip to content

Commit c596151

Browse files
committed
Fix tests.
1 parent d0d0fa3 commit c596151

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ jobs:
2525
matrix:
2626
versions:
2727
# scan python versions
28-
# - {tag: "3.6", tf: ""}
29-
# - {tag: "3.7", tf: ""}
30-
# - {tag: "3.8", tf: ""}
31-
# - {tag: "3.9", tf: ""}
32-
# - {tag: "3.10", tf: ""}
33-
# - {tag: "3.11", tf: ""}
28+
- {tag: "3.6", tf: ""}
29+
- {tag: "3.7", tf: ""}
30+
- {tag: "3.8", tf: ""}
31+
- {tag: "3.9", tf: ""}
32+
- {tag: "3.10", tf: ""}
33+
- {tag: "3.11", tf: ""}
3434
# scan tf versions
35-
- {py: "3.9_base", tf: "2.5"}
36-
# - {py: "3.9_base", tf: "2.6"}
37-
# - {py: "3.9_base", tf: "2.11"}
38-
# - {py: "3.9_base", tf: "2.12"}
39-
# - {py: "3.9_base", tf: "2.13"}
35+
- {tag: "3.9_base", tf: "2.5.3"}
36+
- {tag: "3.9_base", tf: "2.6.5"}
37+
- {tag: "3.9_base", tf: "2.11.1"}
38+
- {tag: "3.9_base", tf: "2.12.1"}
39+
- {tag: "3.9_base", tf: "2.13.0"}
4040
name: test (image ${{ matrix.versions.tag }}, tf ${{ matrix.versions.tf }})
4141
steps:
4242
- name: Checkout 🛎️

0 commit comments

Comments
 (0)