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