mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
CI: always use the latest version of pylint
This makes it easier to reproduce issues locally.
This commit is contained in:
7
.github/workflows/ci-tests.yml
vendored
7
.github/workflows/ci-tests.yml
vendored
@@ -81,13 +81,16 @@ jobs:
|
||||
ubuntu: ${{ matrix.ubuntu }}
|
||||
|
||||
- name: Install test prerequsites
|
||||
run: sudo apt-get install -y -qq pylint python3-pytest python3-behave
|
||||
run: sudo apt-get install -y -qq python3-pytest python3-behave
|
||||
if: matrix.ubuntu == 20
|
||||
|
||||
- name: Install test prerequsites
|
||||
run: pip3 install pylint==2.6.0 pytest behave==1.2.6
|
||||
run: pip3 install pytest behave==1.2.6
|
||||
if: matrix.ubuntu == 18
|
||||
|
||||
- name: Install latest pylint
|
||||
run: pip3 install pylint
|
||||
|
||||
- name: PHP linting
|
||||
run: phpcs --report-width=120 .
|
||||
working-directory: Nominatim
|
||||
|
||||
Reference in New Issue
Block a user