Skip to content

Commit

Permalink
Unpin keras in CI now that tests are passing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mloc committed May 21, 2024
1 parent 8cfc3f1 commit 8dfdfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: 'Install TensorFlow'
run: |
python -m pip install -U pip
pip install "${TENSORFLOW_VERSION}" keras-nightly==3.3.3.dev2024051503
pip install "${TENSORFLOW_VERSION}"
if: matrix.tf_version_id != 'notf'
- name: 'Install Python dependencies'
run: |
Expand Down

0 comments on commit 8dfdfe8

Please sign in to comment.