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')