From df7f4038527458fc786d65c95e67452d179f7874 Mon Sep 17 00:00:00 2001 From: chriswebb09 Date: Tue, 2 Jan 2024 01:49:07 -0500 Subject: [PATCH] update makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e02cb66e..8051d68d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ TMPREPO=/tmp/docs/DirectReport develop: ## install dependencies and build library python3 -m pip install Flask --user python3 -m pip install Flask-Login --user - python3 -m pip install langchain --user python3 -m pip install flask_httpauth --user python3 -m pip install -e .[develop] @@ -52,7 +51,7 @@ coverage: ## clean and run unit tests with coverage python3 -m pytest -v DirectReport/tests --cov=DirectReport --cov-branch --cov-fail-under=5 --cov-report term-missing # Alias -tests: test +tests: clean develop build test ########### # VERSION #