From 70f049aeaa027a47ce978f9ce288fc57404e9eb7 Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Mon, 23 Sep 2024 13:58:19 +0200 Subject: [PATCH] gitaction adding install reqs --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index bff81e8..9f94785 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pipenv pipenv install - name: Analysing the code with pylint run: |