File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ jobs:
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- backend : [tensorflow, jax, torch, openvino ]
19
+ backend : [tensorflow, jax, torch]
20
20
version : [keras-stable]
21
21
include :
22
22
- backend : jax
23
23
version : keras-3.8
24
24
- backend : jax
25
25
version : keras-nightly
26
+ - backend : openvino
27
+ version : keras-nightly
26
28
runs-on : ubuntu-latest
27
29
env :
28
30
KERAS_BACKEND : ${{ matrix.backend }}
48
50
run : |
49
51
pip install -r requirements.txt --progress-bar off
50
52
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
55
53
- name : Pin Keras 3.8
56
54
if : ${{ matrix.version == 'keras-3.8'}}
57
55
run : |
You can’t perform that action at this time.
0 commit comments