Skip to content

Commit b250719

Browse files
committed
small fixes
1 parent a780173 commit b250719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install torch>=2.0.1+cpu --progress-bar off
7070
pip install jax[cpu] --progress-bar off
7171
pip uninstall keras -y
72-
pip install tf-nightly==2.16.0.dev20231103
72+
pip install tensorflow==2.16.0rc0
7373
- name: Test with pytest
7474
env:
7575
KERAS_BACKEND: ${{ matrix.backend }}

0 commit comments

Comments
 (0)