From e40db97b1454aad00a68cd6b73ea17e9b07f5b39 Mon Sep 17 00:00:00 2001 From: Tassoman Date: Fri, 1 Dec 2023 21:47:24 +0100 Subject: [PATCH] Update pylint.yml adding dependencies installation --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 383e65c..663cab5 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install pylint - name: Analysing the code with pylint run: |