From 8e119140ef222168e856f4a3a750bd1337d3b2f0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 00:26:32 -0500 Subject: fix pylint command not found error --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a50eb8a..2a34a73 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,6 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pylint - name: Analysing the code with pylint run: | pylint -d R0801 -d W0311 -d R0914 $(git ls-files '*.py') \ No newline at end of file -- cgit v1.2.3-70-g09d2