mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
no type checking on old Ubuntu 18
This commit is contained in:
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)
|
- name: Install newer Python packages (for typechecking info)
|
||||||
run: pip3 install -U osmium uvicorn
|
run: pip3 install -U osmium uvicorn
|
||||||
|
if: matrix.ubuntu >= 20
|
||||||
|
|
||||||
- name: Python static typechecking
|
- name: Python static typechecking
|
||||||
run: python3 -m mypy --strict nominatim
|
run: python3 -m mypy --strict nominatim
|
||||||
working-directory: Nominatim
|
working-directory: Nominatim
|
||||||
|
if: matrix.ubuntu >= 20
|
||||||
|
|
||||||
legacy-test:
|
legacy-test:
|
||||||
needs: create-archive
|
needs: create-archive
|
||||||
|
|||||||
Reference in New Issue
Block a user