Skip to content

Commit

Permalink
Add testings using TF2.14
Browse files Browse the repository at this point in the history
Replace workflows that use tf2.11 with tf2.14
  • Loading branch information
reuvenp committed Oct 22, 2023
1 parent c1bae64 commit 4075b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python 3.10, Keras 2.11
name: Python 3.10, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
Expand All @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/run_keras_tests.yml
with:
python-version: "3.10"
tf-version: "2.11.*"
tf-version: "2.14.*"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python 3.8, Keras 2.11
name: Python 3.8, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
Expand All @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/run_keras_tests.yml
with:
python-version: "3.8"
tf-version: "2.11.*"
tf-version: "2.14.*"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python 3.9, Keras 2.11
name: Python 3.9, Keras 2.14
on:
workflow_dispatch: # Allow manual triggers
schedule:
Expand All @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/run_keras_tests.yml
with:
python-version: "3.9"
tf-version: "2.11.*"
tf-version: "2.14.*"

0 comments on commit 4075b4d

Please sign in to comment.