no type checking on old Ubuntu 18

This commit is contained in:
Sarah Hoffmann 2022-12-14 21:24:02 +01:00
parent 38f467bae3
commit 31d0468cd2

View File

@ -129,10 +129,12 @@ jobs:
- name: Install newer Python packages (for typechecking info)
run: pip3 install -U osmium uvicorn
if: matrix.ubuntu >= 20
- name: Python static typechecking
run: python3 -m mypy --strict nominatim
working-directory: Nominatim
if: matrix.ubuntu >= 20
legacy-test:
needs: create-archive