Skip to content

Commit

Permalink
chore: change TF versions in GitHub actions for unit tests
Browse files Browse the repository at this point in the history
Because of changes in Keras 3, TensorFlow 2.16 and above are not supported
with current deel-lip version 1.5.0.
We set the GitHub actions to the latest supported TF version: 2.15
  • Loading branch information
cofri committed Aug 5, 2024
1 parent ae2afe3 commit bfcafba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- python-version: 3.9
tf-version: 2.7
- python-version: "3.10"
tf-version: latest
tf-version: 2.11
- python-version: "3.10"
tf-version: 2.15

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

0 comments on commit bfcafba

Please sign in to comment.