Add missing dependency
This commit is contained in:
parent
0c97828b9f
commit
abcb4a5061
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue