Skip to content

Commit e3605f2

Browse files
committed
openvino ci update
1 parent 468974e commit e3605f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/setup-openvino.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ cd ..
2222
cmake --install build --prefix dist
2323

2424
source dist/setupvars.sh
25-
cd ../backends/openvino/scripts
25+
cd ../backends/openvino
26+
pip install -r requirements.txt
27+
cd scripts
2628
./openvino_build.sh --enable_python

0 commit comments

Comments
 (0)