Skip to content

Commit

Permalink
Add test for tf 2.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Oct 29, 2024
1 parent c99b79d commit 4c80f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
matrix:
versions:
# scan python versions
- {tag: "3.7", tf: "default"}
- {tag: "3.8", tf: "default"}
- {tag: "3.9", tf: "default"}
- {tag: "3.10", tf: "default"}
Expand All @@ -38,6 +37,7 @@ jobs:
- {tag: "3.9_base", tf: "2.12.1"}
- {tag: "3.9_base", tf: "2.13.0"}
- {tag: "3.9_base", tf: "2.16.1"}
- {tag: "3.9_base", tf: "2.18.0"}
name: test (image=${{ matrix.versions.tag }}, tf=${{ matrix.versions.tf }})
steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit 4c80f4c

Please sign in to comment.