From 499249d9b091a90d54f2b11a062a8040a8e2f8ec Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 9 Mar 2023 06:59:51 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c470b8e..c4a6ae0 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,5 +27,6 @@ jobs: pip install -r dev-requirements.txt - name: Lint with pylint run: | + pip install pylint_runner pylint_runner #Test with pytest