Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/job_keras3_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
working-directory: ${{ env.KERAS_REPO }}
run: |
pip install --upgrade pip setuptools
pip install -r requirements.txt --upgrade
# Specify grain's version to avoid problems described in the 177685 ticket
pip install -r requirements.txt grain==0.2.14 --upgrade
pip install --no-deps tf_keras==2.18.0
# make sure that no other keras is installed via pip
pip uninstall -y keras keras-nightly
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@ jobs:

Keras3_OpenVINO_Backend:
name: Keras 3 OpenVINO Backend Tests
# if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
if: ${{ 'false' }} # Ticket: 177685
if: fromJSON(needs.smart_ci.outputs.affected_components).Python_API.test
needs: [ Docker, Build, Smart_CI, Openvino_tokenizers ]
uses: ./.github/workflows/job_keras3_backend.yml
with:
Expand Down
Loading