From 0d9d7b2ebe207eaac0c31a8aa01a2a27dacfaac2 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 23 Jul 2026 12:00:54 -0300 Subject: [PATCH] SAM0123-231: Update quality gate workflow to use requirements.txt for the ingestor project. --- .github/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 05565bd..2f3002f 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -13,5 +13,5 @@ jobs: with: project_name: 'ingestor' repositories: 'sientia-dataops-library' - requirements_file: 'requirements-local.txt' + requirements_file: 'requirements.txt' secrets: inherit \ No newline at end of file