Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: [keras-stable]
include:
- backend: jax
version: keras-3.8
version: keras-3.9
- backend: jax
version: keras-nightly
- backend: openvino
Expand Down Expand Up @@ -50,11 +50,11 @@ jobs:
run: |
pip install -r requirements.txt --progress-bar off
pip install --no-deps -e "." --progress-bar off
- name: Pin Keras 3.8
if: ${{ matrix.version == 'keras-3.8'}}
- name: Pin Keras 3.9
if: ${{ matrix.version == 'keras-3.9'}}
run: |
pip uninstall -y keras jaxlib jax
pip install keras==3.8.0 --progress-bar off
pip install keras==3.9.0 --progress-bar off
pip install jax==0.6.0 --progress-bar off
- name: Pin Keras Nightly
if: ${{ matrix.version == 'keras-nightly'}}
Expand Down
Loading