Skip to content

Commit 0a73744

Browse files
Check nncf PR branch
1 parent 9c4bccc commit 0a73744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Install nncf develop
7070
if: ${{ matrix.nncf == 'nncf-develop' }}
71-
run: pip install git+https://github.com/openvinotoolkit/nncf.git
71+
run: pip install https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino
7272

7373
- name: Install nncf release
7474
if: ${{ matrix.nncf == 'nncf-stable' }}

0 commit comments

Comments
 (0)