From 7971c4b43a9d9752ff757124ea78b4e52a2ea9f3 Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Mon, 23 Sep 2024 14:03:01 +0200 Subject: [PATCH] gitaction adding install reqs --- .github/workflows/pylint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9f94785..8c7f03a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -16,7 +16,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip pip install pipenv pipenv install - name: Analysing the code with pylint