Skip to content

Commit ffcbd50

Browse files
committed
added pytest-mock dependency to CI
1 parent a49874f commit ffcbd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install pytest
21+
pip install pytest pytest-mock
2222
- name: Run tests
2323
run: pytest

0 commit comments

Comments
 (0)