Skip to content

Commit 2300d10

Browse files
committed
test for ov examples
1 parent c91f0d9 commit 2300d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
40-
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
40+
#pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
4141
pip install optimum[openvino] nncf
4242
pip install -r examples/openvino/audio-classification/requirements.txt
4343
pip install -r examples/openvino/image-classification/requirements.txt

0 commit comments

Comments
 (0)