install pytest-asyncio in CI

pull/19/head
Florian Ludwig 2021-03-06 18:59:32 +01:00
rodzic f439ccd1b1
commit ab2084190e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install flake8 pytest pytest-asyncio
python -m pip install .
- name: Lint with flake8
run: |