From eabd982828f5fb3784f94fa2ef5c26a55cf49104 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 5 Jul 2024 17:33:08 +0200 Subject: [PATCH] Add 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 6f449cbbeabd..ae0a48173d57 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -22,7 +22,7 @@ jobs: python -m pip install --upgrade pip pip install pylint psycopg2 pytest toml aiohttp backoff requests allure-pytest \ pytest-httpserver prometheus_client asyncpg jwt httpx psutil boto3 mypy_boto3_s3 \ - zstandard numpy pandas pgvector pytest_lazyfixture + zstandard numpy pandas pgvector pytest-lazy-fixture - name: Analyzing code with pylint run: | pylint $(git ls-files '*.py')