We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6f6b0 commit c767b88Copy full SHA for c767b88
1 file changed
.github/workflows/unit-test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install pytest coverage codecov
+ pip install pytest coverage codecov requests responses
28
29
- name: Test with pytest
30
0 commit comments