Skip to content

Commit

Permalink
Update python and TF versions in github workflow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvallis committed May 6, 2024
1 parent 3fb19ac commit f0d05fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
include:
- python-version: '3.7'
tf-version: '2.8'
- python-version: '3.7'
tf-version: '2.11'
- python-version: '3.9'
tf-version: '2.16.1'
- python-version: '3.10'
tf-version: '2.8'
- python-version: '3.10'
tf-version: '2.15.0.post1'
- python-version: '3.12'
tf-version: '2.16.1'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f0d05fa

Please sign in to comment.