install pytest-asyncio

This commit is contained in:
Stefan Allius
2024-05-07 22:37:17 +02:00
parent 1b6bee12de
commit eab109ddab

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest pytest-asyncio
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |