Skip to content

Commit

Permalink
test tensorflow with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina committed Oct 14, 2024
1 parent 9c7e6d0 commit e8bdefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
test_name: "fastai"
- python-version: "3.8"
test_name: "tensorflow"
- python-version: "3.11"
test_name: "tensorflow" # Tensorflow not supported on 3.12 -> test it on 3.11
- python-version: "3.12"
test_name: "tensorflow"

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

0 comments on commit e8bdefc

Please sign in to comment.