Skip to content

Commit aed62ba

Browse files
committed
add needed dependency
1 parent e7610aa commit aed62ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Install openvino manually to prevent dependency conflicts when .[openvino] pins
4343
# optimum or transformers to a specific version
4444
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
45-
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
45+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4646
pip install .[tests] openvino onnx onnxruntime ${{ matrix.optimum}} ${{ matrix.transformers }}
4747
4848
- name: Pip freeze

0 commit comments

Comments
 (0)