forked from hans/Nominatim
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)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user