From c67d1f3733810ff4a63ce64e3ff7f3478aac77c7 Mon Sep 17 00:00:00 2001 From: manilk1x Date: Thu, 12 Mar 2026 09:46:07 +0530 Subject: [PATCH 1/2] removed requiremets.txt --- requirements.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4efabcca..00000000 --- a/requirements.txt +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-FileCopyrightText: (C) 2026 Intel Corporation -# SPDX-License-Identifier: Apache-2.0 - -# lint yaml -yamllint~=1.35.1 - -# license check -reuse~=6.0.0 From 98a7725f5bc646f2f3ad83ad548874506bd11663 Mon Sep 17 00:00:00 2001 From: manilk1x Date: Thu, 12 Mar 2026 10:04:17 +0530 Subject: [PATCH 2/2] removed requiremets.txt --- .github/workflows/pre-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 2e9f3fa1..c5c73679 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -1,6 +1,7 @@ --- # SPDX-FileCopyrightText: (C) 2025 Intel Corporation # SPDX-License-Identifier: Apache-2.0 +# temporary comment to trigger CI test name: Pre-Merge CI Pipeline