Skip to content

Commit 4f438e8

Browse files
committed
update CI scripts
1 parent cfb3b79 commit 4f438e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Unpack Nominatim
6666
run: tar xf nominatim-src.tar.bz2
6767

68-
- uses: actions/setup-python@v4
68+
- uses: actions/setup-python@v5
6969
with:
7070
python-version: 3.7
7171
if: matrix.flavour == 'oldstuff'
@@ -93,7 +93,7 @@ jobs:
9393
if: matrix.flavour != 'oldstuff'
9494

9595
- name: Install newer pytest-asyncio
96-
run: pip3 install -U pytest-asyncio==0.21.1
96+
run: pip3 install -U pytest-asyncio
9797
if: matrix.flavour == 'ubuntu-20'
9898

9999
- name: Install test prerequsites (from pip for Ubuntu 18)
@@ -105,12 +105,12 @@ jobs:
105105

106106
- name: Install latest pylint
107107
run: pip3 install -U pylint
108-
if: matrix.flavour != 'oldstuff'
108+
if: matrix.flavour == 'ubuntu-22'
109109

110110
- name: Python linting
111111
run: python3 -m pylint nominatim
112112
working-directory: Nominatim
113-
if: matrix.flavour != 'oldstuff'
113+
if: matrix.flavour == 'ubuntu-22'
114114

115115
- name: Python unit tests
116116
run: python3 -m pytest test/python

0 commit comments

Comments
 (0)