mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
CIL use psutil type stubs
This commit is contained in:
parent
83054af46f
commit
f40c83d025
1
.github/actions/build-nominatim/action.yml
vendored
1
.github/actions/build-nominatim/action.yml
vendored
@ -27,7 +27,6 @@ runs:
|
||||
else
|
||||
sudo apt-get install -y -qq python3-icu python3-datrie python3-pyosmium python3-jinja2 python3-psutil python3-psycopg2 python3-dotenv python3-yaml
|
||||
fi
|
||||
sudo pip3 install -U typing-extensions
|
||||
shell: bash
|
||||
env:
|
||||
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
|
||||
if: matrix.ubuntu == 22
|
||||
|
||||
- name: Install latest pylint
|
||||
run: pip3 install pylint mypy types-PyYAML types-jinja2 types-psycopg2
|
||||
- name: Install latest pylint/mypy
|
||||
run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil typing-extensions
|
||||
|
||||
- name: PHP linting
|
||||
run: phpcs --report-width=120 .
|
||||
|
Loading…
Reference in New Issue
Block a user