From 51b29dfffec765f5caf19e4a4f0e1ac66d2fbe1b Mon Sep 17 00:00:00 2001 From: dann <85698684+sirlolcat@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:18:06 +0100 Subject: [PATCH] fix: adjust PyLint Action Signed-off-by: dann <85698684+sirlolcat@users.noreply.github.com> --- .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 9a52fda..f0d1976 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install requests tqdm kaggle + pip install requests tqdm kaggle transformers pip install pylint - name: Analysing the code with pylint run: |