From d2600da000fb8fa8f42dce46a1de37211e24cbea Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 5 Jul 2024 16:15:39 +0200 Subject: [PATCH] Add debug --- .github/workflows/pylint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 1134028a4e39..c50b77e41225 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,6 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + echo pip install pylint psycopg2 pytest toml aiohttp backoff requests allure pip install pylint psycopg2 pytest toml aiohttp backoff requests allure - name: Analyzing code with pylint run: |