File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: OpenVINO - Examples Test
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : ' 14 3 * * 1' # run weekly: every Monday at 3:14
6
+ - cron : 0 1 * * 1 # run weekly: every Monday at 1am
7
7
push :
8
8
paths :
9
9
- ' .github/workflows/test_openvino_examples.yml'
13
13
- ' .github/workflows/test_openvino_examples.yml'
14
14
- ' examples/openvino/*'
15
15
16
-
17
16
concurrency :
18
17
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19
18
cancel-in-progress : true
36
35
37
36
- name : Install dependencies
38
37
run : |
39
- pip install optimum[openvino] jstyleson nncf
38
+ pip install optimum[openvino] jstyleson nncf pytest
40
39
pip install -r examples/openvino/audio-classification/requirements.txt
41
40
pip install -r examples/openvino/image-classification/requirements.txt
42
41
pip install -r examples/openvino/question-answering/requirements.txt
You can’t perform that action at this time.
0 commit comments