Skip to content

Commit 1a7226b

Browse files
committed
Adding missing dep
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 0e3ffcb commit 1a7226b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28-
pip install pytest pytest-cov
28+
pip install pytest pytest-cov responses
2929
pip install -e .
3030
3131
- name: Test with pytest

0 commit comments

Comments
 (0)