Skip to content

Commit

Permalink
test with python 3.11 since tf2.14 is not supported with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Oct 22, 2023
1 parent 4075b4d commit 2feab9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python 3.8, Keras 2.14
name: Python 3.11, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
Expand All @@ -12,5 +12,5 @@ jobs:
run-tests:
uses: ./.github/workflows/run_keras_tests.yml
with:
python-version: "3.8"
python-version: "3.11"
tf-version: "2.14.*"

0 comments on commit 2feab9d

Please sign in to comment.