Skip to content

Commit 0fd2cbf

Browse files
committed
fix
1 parent 170c23c commit 0fd2cbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_openvino_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pip install --upgrade pip
5151
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
5252
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
53-
pip install ${{ matrix.openvino }} ${{ matrix.nncf }}
53+
pip install ${{ matrix.openvino }}
5454
pip install .[tests]
5555
pip install transformers==${{ matrix.transformers-version }}
5656
@@ -63,6 +63,7 @@ jobs:
6363
6464
- name: Slow tests
6565
run: |
66+
pip install ${{ matrix.nncf }}
6667
pytest tests/openvino -s -m "run_slow" --durations=0
6768
env:
6869
RUN_SLOW: 1

0 commit comments

Comments
 (0)