From 20cd447900c3fa94e3fbf7ff28b0942e7ecdf020 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 13 Feb 2024 18:11:29 +0100 Subject: [PATCH] compatibility reqs --- .github/workflows/linux.yml | 1 + .github/workflows/mac.yml | 1 + .github/workflows/windows.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d2b38ff9c..12f8e4643 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,6 +67,7 @@ jobs: run: | # For Python API: build and wheel packaging python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt + python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/src/compatibility/openvino/requirements-dev.txt # # Build diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 368245c9e..a9ddecef5 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -58,6 +58,7 @@ jobs: run: | # For Python API: build and wheel packaging python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt + python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/src/compatibility/openvino/requirements-dev.txt # # Build diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 870a8b777..54a448afa 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,6 +54,7 @@ jobs: run: | # For Python API: build and wheel packaging python3 -m pip install -r ${env:OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt + python3 -m pip install -r ${env:OPENVINO_REPO}/src/bindings/python/src/compatibility/openvino/requirements-dev.txt - name: Install build dependencies run: |