From f9c135ead2fe7ee75995302f686bad152ac0b43a Mon Sep 17 00:00:00 2001 From: AG3NTZ3R0 Date: Fri, 1 Mar 2024 11:07:12 -0500 Subject: [PATCH] Adds to workflow --- .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 6ce8a19..a6bc9c6 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 requirements_dev.txt - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') --fail-under=8.0 \ No newline at end of file