X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a5f5add630a06eb7cfd9b6e6fe3dfade7bb9e138..00e3a752c9a749d2e2a0b8a406dd1b7e8e204765:/.github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 76054d6a..7dfb3f1d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -140,7 +140,7 @@ jobs: working-directory: Nominatim/test/bdd - name: Install mypy and typechecking info - run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson typing-extensions + run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson types-Pygments typing-extensions if: matrix.flavour != 'oldstuff' - name: Python static typechecking