From: Sarah Hoffmann Date: Sun, 3 Jul 2022 09:49:50 +0000 (+0200) Subject: CI: install type info for psycopg2 X-Git-Tag: v4.1.0~10^2~33 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/7b042de30010e175dd6694e16d4406b4c889eec3 CI: install type info for psycopg2 --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index ab4ded0c..2f9c635c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -99,7 +99,7 @@ jobs: if: matrix.ubuntu == 22 - name: Install latest pylint - run: pip3 install pylint mypy types-PyYAML types-jinja2 + run: pip3 install pylint mypy types-PyYAML types-jinja2 types-psycopg2 - name: PHP linting run: phpcs --report-width=120 .