actions: use newest pytest-asyncio for ubuntu 20

This commit is contained in:
Sarah Hoffmann 2024-05-02 11:06:45 +02:00
parent 82970e2b4f
commit 9410263485

View File

@ -93,7 +93,7 @@ jobs:
if: matrix.flavour != 'oldstuff'
- name: Install newer pytest-asyncio
run: pip3 install -U pytest-asyncio==0.21.1
run: pip3 install -U pytest-asyncio
if: matrix.flavour == 'ubuntu-20'
- name: Install test prerequsites (from pip for Ubuntu 18)