From: Sarah Hoffmann Date: Tue, 8 Nov 2022 22:43:30 +0000 (+0100) Subject: add types-requests dependency X-Git-Tag: v4.2.0~16^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/26a5b59c287225515e679941d5fe48d0cc9fce79?ds=sidebyside;hp=6ddb39fda342618cf0929a5b85973dfa8aa2c17c add types-requests dependency --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 679225f6..cdc7ea1e 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/mypy - run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil typing-extensions + run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests typing-extensions - name: PHP linting run: phpcs --report-width=120 .