From ddf0e798de301bdac24cb01cb03501a8635cf5d5 Mon Sep 17 00:00:00 2001 From: Nikita Savelyev Date: Tue, 17 Dec 2024 19:02:32 +0100 Subject: [PATCH] Fix address --- .github/workflows/test_openvino_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_openvino_full.yml b/.github/workflows/test_openvino_full.yml index c4381cdf2..67cc960cb 100644 --- a/.github/workflows/test_openvino_full.yml +++ b/.github/workflows/test_openvino_full.yml @@ -68,7 +68,7 @@ jobs: - name: Install nncf develop if: ${{ matrix.nncf == 'nncf-develop' }} - run: pip install https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino + run: pip install git+https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino - name: Install nncf release if: ${{ matrix.nncf == 'nncf-stable' }}