Skip to content

Commit 9410263

Browse files
committed
actions: use newest pytest-asyncio for ubuntu 20
1 parent 82970e2 commit 9410263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)

0 commit comments

Comments
 (0)