ci: pip install pytest-mock

This commit is contained in:
scito
2022-12-29 04:24:00 +01:00
parent c90526dcf2
commit 829fe65b1e
2 changed files with 14 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest pytest-mock
pip install --use-pep517 -r requirements.txt
- name: Lint with flake8
run: |