From e5685555c365938e2c83b2778c15bac91d99fddb Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 5 Jul 2024 17:44:29 +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 ae0a48173d57..0e5b244d7d9a 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-lazy-fixture + zstandard numpy pandas pgvector pytest-lazy-fixture pg8000 websockets - name: Analyzing code with pylint run: | pylint $(git ls-files '*.py')