From 478f2faf651e85507054211f34461a032b005c15 Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Mon, 23 Sep 2024 13:57:23 +0200 Subject: [PATCH] gitaction adding install reqs --- .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 beec551..bff81e8 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 + pipenv install - name: Analysing the code with pylint run: | pylint $(find . -type f -name "*.py" ! -path "./ui/*")