Skip to content

Commit 9c0e226

Browse files
committedMar 19, 2024
add pytest install
1 parent 7597c29 commit 9c0e226

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/test_openvino_examples.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: OpenVINO - Examples Test
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '14 3 * * 1' # run weekly: every Monday at 3:14
6+
- cron: 0 1 * * 1 # run weekly: every Monday at 1am
77
push:
88
paths:
99
- '.github/workflows/test_openvino_examples.yml'
@@ -13,7 +13,6 @@ on:
1313
- '.github/workflows/test_openvino_examples.yml'
1414
- 'examples/openvino/*'
1515

16-
1716
concurrency:
1817
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1918
cancel-in-progress: true
@@ -36,7 +35,7 @@ jobs:
3635

3736
- name: Install dependencies
3837
run: |
39-
pip install optimum[openvino] jstyleson nncf
38+
pip install optimum[openvino] jstyleson nncf pytest
4039
pip install -r examples/openvino/audio-classification/requirements.txt
4140
pip install -r examples/openvino/image-classification/requirements.txt
4241
pip install -r examples/openvino/question-answering/requirements.txt

0 commit comments

Comments
 (0)