mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
CIL use psutil type stubs
This commit is contained in:
1
.github/actions/build-nominatim/action.yml
vendored
1
.github/actions/build-nominatim/action.yml
vendored
@@ -27,7 +27,6 @@ runs:
|
|||||||
else
|
else
|
||||||
sudo apt-get install -y -qq python3-icu python3-datrie python3-pyosmium python3-jinja2 python3-psutil python3-psycopg2 python3-dotenv python3-yaml
|
sudo apt-get install -y -qq python3-icu python3-datrie python3-pyosmium python3-jinja2 python3-psutil python3-psycopg2 python3-dotenv python3-yaml
|
||||||
fi
|
fi
|
||||||
sudo pip3 install -U typing-extensions
|
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
UBUNTUVER: ${{ inputs.ubuntu }}
|
UBUNTUVER: ${{ inputs.ubuntu }}
|
||||||
|
|||||||
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@@ -98,8 +98,8 @@ jobs:
|
|||||||
run: sudo apt-get install -y -qq python3-pytest
|
run: sudo apt-get install -y -qq python3-pytest
|
||||||
if: matrix.ubuntu == 22
|
if: matrix.ubuntu == 22
|
||||||
|
|
||||||
- name: Install latest pylint
|
- name: Install latest pylint/mypy
|
||||||
run: pip3 install pylint mypy types-PyYAML types-jinja2 types-psycopg2
|
run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil typing-extensions
|
||||||
|
|
||||||
- name: PHP linting
|
- name: PHP linting
|
||||||
run: phpcs --report-width=120 .
|
run: phpcs --report-width=120 .
|
||||||
|
|||||||
Reference in New Issue
Block a user