Skip to content

Commit

Permalink
Ensure that the correct version of keras is installed for TensorFlow …
Browse files Browse the repository at this point in the history
…CI (#1846)
  • Loading branch information
josh146 authored Nov 3, 2021
1 parent 01ec130 commit 997d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Conditionally install TensorFlow
if: contains(matrix.config.interfaces, 'tf')
run: pip3 install tensorflow==$TF_VERSION
run: pip3 install tensorflow==$TF_VERSION keras==$TF_VERSION

# Jax releases new version very frequently, so we should always build
# to the latest release. We can always fix a version later if it breaks.
Expand Down

0 comments on commit 997d0a2

Please sign in to comment.