Commit 4f438e8 1 parent cfb3b79 commit 4f438e8 Copy full SHA for 4f438e8
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
- name : Unpack Nominatim
66
66
run : tar xf nominatim-src.tar.bz2
67
67
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
with :
70
70
python-version : 3.7
71
71
if : matrix.flavour == 'oldstuff'
93
93
if : matrix.flavour != 'oldstuff'
94
94
95
95
- name : Install newer pytest-asyncio
96
- run : pip3 install -U pytest-asyncio==0.21.1
96
+ run : pip3 install -U pytest-asyncio
97
97
if : matrix.flavour == 'ubuntu-20'
98
98
99
99
- name : Install test prerequsites (from pip for Ubuntu 18)
@@ -105,12 +105,12 @@ jobs:
105
105
106
106
- name : Install latest pylint
107
107
run : pip3 install -U pylint
108
- if : matrix.flavour != 'oldstuff '
108
+ if : matrix.flavour == 'ubuntu-22 '
109
109
110
110
- name : Python linting
111
111
run : python3 -m pylint nominatim
112
112
working-directory : Nominatim
113
- if : matrix.flavour != 'oldstuff '
113
+ if : matrix.flavour == 'ubuntu-22 '
114
114
115
115
- name : Python unit tests
116
116
run : python3 -m pytest test/python
You can’t perform that action at this time.
0 commit comments