Skip to content

Commit fc9dfd5

Browse files
Fix workflow file
1 parent 1c3e5be commit fc9dfd5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/test_openvino_full.yml

+12-6
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,21 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.12"]
24-
os: ["ubuntu-22.04"]
25-
transformers-version: ["latest"]
2623
include:
27-
- openvino: "openvino openvino-tokenizers"
24+
- python-version: ["3.12"]
25+
os: ["ubuntu-22.04"]
26+
transformers-version: ["latest"]
27+
openvino: "openvino openvino-tokenizers"
2828
nncf: "nncf"
29-
- openvino: "--pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
29+
- python-version: ["3.12"]
30+
os: ["ubuntu-22.04"]
31+
transformers-version: ["latest"]
32+
openvino: "--pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
3033
nncf: "nncf"
31-
- openvino: "--pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
34+
- python-version: ["3.12"]
35+
os: ["ubuntu-22.04"]
36+
transformers-version: ["latest"]
37+
openvino: "--pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
3238
nncf: "git+https://github.com/openvinotoolkit/nncf.git"
3339

3440
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)