From e76025eb90383ca07f2518eb4258fecbde66ff8f Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Mon, 8 Aug 2022 06:50:59 -0500 Subject: [PATCH] Makefile: Add install-test-deps --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a1d4a46..9d9e7a1 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ docker-run: .PHONY: install-deps install-deps: npm install + +.PHONY: install-test-deps +install-test-deps: pip install -r src/python/requirements.txt .PHONY: run