From 3cf3571ac40ddad4d30f24f6407f5adf62d957e0 Mon Sep 17 00:00:00 2001 From: pixelsoup42 <142587899+pixelsoup42@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:38:46 +0200 Subject: [PATCH] Update pylint.yml add openpyxl --- .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 7f8e5b3..af4daf4 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 jstyleson pandas blockfrost-python matplotlib + pip install pylint jstyleson pandas blockfrost-python matplotlib openpyxl - name: Analysing the code with pylint run: | pylint -d=R $(git ls-files '*.py')