mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
no type checking on old Ubuntu 18
This commit is contained in:
parent
38f467bae3
commit
31d0468cd2
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user