Skip to content
Snippets Groups Projects
Commit 5c927a97 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

tool: fix install dependency

parent 49b3ef99
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ install: venv ...@@ -39,7 +39,7 @@ install: venv
.PHONY: install-dev .PHONY: install-dev
## install-dev: Install development requirements ## install-dev: Install development requirements
install-dev: requirements install-dev: install
$(PIP_BIN) install -r requirements.dev.txt $(PIP_BIN) install -r requirements.dev.txt
.PHONY: lint .PHONY: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment