From 7a8137d030313a76a6c3386d0460436d2a4eefd8 Mon Sep 17 00:00:00 2001 From: Chandrashekhar R <73425927+cr2007@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:55:36 +0400 Subject: [PATCH] Fixes Pylint workflow by adding dependencies to install --- .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 36fa07a..df4de44 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 pylint python-dotenv rich + pip install pylint python-dotenv rich requests tqdm - name: Analysing the code with pylint run: | pylint cambai/