From 07f9e6e5ff20c860cf862f40a24e44cd6e74bc6d Mon Sep 17 00:00:00 2001 From: Juan Perez Tejada Date: Fri, 8 Dec 2023 11:43:56 -0600 Subject: [PATCH] Update workflow to reduce billable time --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0f831b7..1868bd0 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r wk_flow_requirements.txt - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') \ No newline at end of file