We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573467d commit 3baaf20Copy full SHA for 3baaf20
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
paths-ignore:
9
- 'helm-frontend/**'
10
11
-job1:
+jobs:
12
install:
13
# Tests that the HELM CLI commands work when only installing required dependencies
14
# without optional extra dependencies.
@@ -30,9 +30,8 @@ job1:
30
- run: helm-run --run-entries simple1:model=simple/model1 --max-eval-instances 10 --suite test
31
- run: helm-summarize --suite test
32
- run: helm-server --help
33
-
34
-job2:
35
- install:
+
+ install_openvino:
36
# Tests that the Optimum Intel command works when only installing required dependencies
37
name: Run Optimum Intel with minimal dependencies only
38
runs-on: ubuntu-latest
0 commit comments