From b78ead85dff96a1cd6820f57b27770040ac8816f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 21 Jul 2026 09:53:38 -0300 Subject: [PATCH] SIENTIAPDE-1646 SIENTIAPDE-1646: Configure quality-gate workflow to use requirements-local.txt. --- .github/workflows/quality-gate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index e8863c5..e61b588 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -13,4 +13,5 @@ jobs: with: project_name: 'scouter' repositories: 'sientia-dataops-library' + requirements_file: 'requirements-local.txt' secrets: inherit \ No newline at end of file