From 06a7716cb088c5cd12449186e357f5ef9cd6a33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 10 Mar 2020 19:46:44 +0100 Subject: [PATCH] responses test dep --- .github/workflows/archery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/archery.yml b/.github/workflows/archery.yml index 33aa8818347e9..32198a81b369f 100644 --- a/.github/workflows/archery.yml +++ b/.github/workflows/archery.yml @@ -43,7 +43,7 @@ jobs: python-version: '3.7' - name: Install working-directory: dev/archery - run: pip install pytest -e . + run: pip install pytest responses -e . - name: Test working-directory: dev/archery run: pytest -v archery \ No newline at end of file