Add missing dependency

This commit is contained in:
Andras Schmelczer 2022-05-27 10:28:59 +02:00
parent d798ac784f
commit d2a2844a9b

View file

@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools pytest pytest-cov pytest-subtests
python3 -m pip install --upgrade pip setuptools pytest pytest-cov pytest-subtests pytest-asyncio
cd ${{ inputs.path_to_project }}
python3 -m pip install -r requirements.txt --upgrade
(test -f dev-requirements.txt && pip install -r dev-requirements.txt --upgrade) || true