mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
actions: pin pytest-asyncio version for Ubuntu 20
Newest versions are no longer compatible with older pytest.
This commit is contained in:
parent
8a2c6067a2
commit
3c32c0354a
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
if: matrix.flavour != 'oldstuff'
|
||||
|
||||
- name: Install newer pytest-asyncio
|
||||
run: pip3 install -U pytest-asyncio
|
||||
run: pip3 install -U pytest-asyncio==0.21.1
|
||||
if: matrix.flavour == 'ubuntu-20'
|
||||
|
||||
- name: Install test prerequsites (from pip for Ubuntu 18)
|
||||
|
Loading…
Reference in New Issue
Block a user