Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswebb09 committed Jan 2, 2024
1 parent b26565f commit df7f403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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 #
Expand Down

0 comments on commit df7f403

Please sign in to comment.