We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82970e2 commit 9410263Copy full SHA for 9410263
.github/workflows/ci-tests.yml
@@ -93,7 +93,7 @@ jobs:
93
if: matrix.flavour != 'oldstuff'
94
95
- name: Install newer pytest-asyncio
96
- run: pip3 install -U pytest-asyncio==0.21.1
+ run: pip3 install -U pytest-asyncio
97
if: matrix.flavour == 'ubuntu-20'
98
99
- name: Install test prerequsites (from pip for Ubuntu 18)
0 commit comments