Skip to content

Commit 5e534b3

Browse files
committed
Add mock install
1 parent 6d17867 commit 5e534b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install flake8 pytest
25+
pip install mock
2526
python setup.py install
2627
- name: Run Tests
2728
run: python -m pytest -v

0 commit comments

Comments
 (0)