From 1f65da88b0f4a78830365894f259d202e03425dc Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 6 Feb 2023 08:30:53 -0600 Subject: [PATCH] fix(build): install dev deps in API test job --- api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Makefile b/api/Makefile index f3ba6c18..523cc128 100644 --- a/api/Makefile +++ b/api/Makefile @@ -13,7 +13,7 @@ pip: check-venv pip install -r requirements.txt pip-dev: check-venv - pip install -r requirements.txt + pip install -r dev-requirements.txt test: python -m coverage run -m unittest discover -s tests/