Skip to content

Commit 954215d

Browse files
update .github/workflow
1 parent c186f33 commit 954215d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
backend: [tensorflow, jax, torch, openvino]
19+
backend: [tensorflow, jax, torch]
2020
version: [keras-stable]
2121
include:
2222
- backend: jax
2323
version: keras-3.8
2424
- backend: jax
2525
version: keras-nightly
26+
- backend: openvino
27+
version: keras-nightly
2628
runs-on: ubuntu-latest
2729
env:
2830
KERAS_BACKEND: ${{ matrix.backend }}
@@ -48,10 +50,6 @@ jobs:
4850
run: |
4951
pip install -r requirements.txt --progress-bar off
5052
pip install --no-deps -e "." --progress-bar off
51-
if [[ "${{ matrix.backend }}" == "openvino" ]]; then
52-
pip uninstall -y keras
53-
pip install git+https://github.com/keras-team/keras.git --upgrade --force-reinstall --progress-bar off
54-
fi
5553
- name: Pin Keras 3.8
5654
if: ${{ matrix.version == 'keras-3.8'}}
5755
run: |

0 commit comments

Comments
 (0)