Skip to content

Commit

Permalink
actions: use newest pytest-asyncio for ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed May 2, 2024
1 parent 82970e2 commit 9410263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9410263

Please sign in to comment.