Skip to content

Commit c767b88

Browse files
committed
fix: add missing dependencies for testing
1 parent 5f6f6b0 commit c767b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest coverage codecov
27+
pip install pytest coverage codecov requests responses
2828
2929
- name: Test with pytest
3030
run: |

0 commit comments

Comments
 (0)