Skip to content

Commit ed3aa45

Browse files
committed
Unpin keras in CI now that tests are passing again
1 parent 4f6bf40 commit ed3aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: 'Install TensorFlow'
7777
run: |
7878
python -m pip install -U pip
79-
pip install "${TENSORFLOW_VERSION}" keras-nightly==3.3.3.dev2024051503
79+
pip install "${TENSORFLOW_VERSION}"
8080
if: matrix.tf_version_id != 'notf'
8181
- name: 'Install Python dependencies'
8282
run: |

0 commit comments

Comments
 (0)