Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Sep 4, 2023
1 parent d0d0fa3 commit c596151
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
matrix:
versions:
# scan python versions
# - {tag: "3.6", tf: ""}
# - {tag: "3.7", tf: ""}
# - {tag: "3.8", tf: ""}
# - {tag: "3.9", tf: ""}
# - {tag: "3.10", tf: ""}
# - {tag: "3.11", tf: ""}
- {tag: "3.6", tf: ""}
- {tag: "3.7", tf: ""}
- {tag: "3.8", tf: ""}
- {tag: "3.9", tf: ""}
- {tag: "3.10", tf: ""}
- {tag: "3.11", tf: ""}
# scan tf versions
- {py: "3.9_base", tf: "2.5"}
# - {py: "3.9_base", tf: "2.6"}
# - {py: "3.9_base", tf: "2.11"}
# - {py: "3.9_base", tf: "2.12"}
# - {py: "3.9_base", tf: "2.13"}
- {tag: "3.9_base", tf: "2.5.3"}
- {tag: "3.9_base", tf: "2.6.5"}
- {tag: "3.9_base", tf: "2.11.1"}
- {tag: "3.9_base", tf: "2.12.1"}
- {tag: "3.9_base", tf: "2.13.0"}
name: test (image ${{ matrix.versions.tag }}, tf ${{ matrix.versions.tf }})
steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit c596151

Please sign in to comment.