From ba8e47caa702ffff2e6a77365c914c3c992f863d Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 5 Jul 2024 16:01:50 +0200 Subject: [PATCH] Add python modules --- .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 c2beaa690a02..ad0e656314b4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install pylint psycopg2 pytest - name: Analyzing code with pylint run: | pylint $(git ls-files '*.py')