Skip to content

Commit

Permalink
Small tweak to Makefile for requirements-nats.txt (bcgov#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
argush3 authored May 30, 2024
1 parent 6c21e9d commit 9147198
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion legal-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ install: clean ## Install python virtrual environment
test -f venv/bin/activate || python3 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
pip install -Ur $(CURRENT_ABS_DIR)/requirements.txt
pip install -Ur $(CURRENT_ABS_DIR)/requirements.txt ;\
pip install -Ur $(CURRENT_ABS_DIR)/requirements-nats.txt


install-dev: ## Install local application
. venv/bin/activate ; \
Expand Down

0 comments on commit 9147198

Please sign in to comment.