]> git.openstreetmap.org Git - nominatim.git/commitdiff
add types-requests dependency
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Nov 2022 22:43:30 +0000 (23:43 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 9 Nov 2022 08:12:37 +0000 (09:12 +0100)
.github/workflows/ci-tests.yml

index 679225f61f6e8219e18c016ed42d104dd09f1141..cdc7ea1e3ec60ed41c04ce4c355e7869c3f03282 100644 (file)
@@ -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 .