From f0276b0cf417ad80598c7bb070e1d0f4f26a6af5 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 23 Oct 2025 09:51:41 -0300 Subject: [PATCH] SIENTIAPDE-1327 SIENTIAPDE-1327: Add requirements file to quality gate workflow - Included 'requirements-light.txt' in the quality gate workflow to specify additional dependencies for the CI process. --- .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 c745aa2..bcb39de 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -13,4 +13,5 @@ jobs: with: project_name: 'laborious' repositories: 'sientia-dataops-library, sientia-mlops-library' + requirements_file: 'requirements-light.txt' secrets: inherit \ No newline at end of file