diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 45f2d2e30..c0e0ce103 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -112,7 +112,6 @@ jobs: -DENABLE_OV_TF_FRONTEND=OFF \ -DENABLE_OV_TF_LITE_FRONTEND=OFF \ -DENABLE_OV_PYTORCH_FRONTEND=OFF \ - -DENABLE_CPPLINT=OFF \ -DENABLE_INTEL_NPU=OFF \ -S ${{ env.OPENVINO_REPO }} \ -B ${{ env.BUILD_DIR }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 35f84a5fd..f6ad01874 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -134,7 +134,6 @@ jobs: -DENABLE_OV_TF_LITE_FRONTEND=OFF ` -DENABLE_OV_PYTORCH_FRONTEND=OFF ` -DENABLE_INTEL_GPU=OFF ` - -DENABLE_CPPLINT=OFF ` -DENABLE_SAMPLES=OFF ` -DENABLE_PYTHON=ON ` -DENABLE_INTEL_NPU=OFF ` diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1d74e2196 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ diff --git a/modules/custom_operations/tests/requirements.txt b/modules/custom_operations/tests/requirements.txt index f115e7945..c569cfcd1 100644 --- a/modules/custom_operations/tests/requirements.txt +++ b/modules/custom_operations/tests/requirements.txt @@ -3,3 +3,4 @@ onnx tensorboard pytest # open3d==0.16.0 - need to update with new release +onnxscript==0.5.4 diff --git a/modules/nvidia_plugin/tests/unit/CMakeLists.txt b/modules/nvidia_plugin/tests/unit/CMakeLists.txt index f98b9efcc..0c59b2dff 100644 --- a/modules/nvidia_plugin/tests/unit/CMakeLists.txt +++ b/modules/nvidia_plugin/tests/unit/CMakeLists.txt @@ -36,7 +36,6 @@ ov_add_test_target( openvino::gtest_main openvino::gmock openvino::commonTestUtils - ADD_CPPLINT ADD_CLANG_FORMAT LABELS CUDA