diff --git a/Makefile b/Makefile index a520c425f..8b251662b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ .PHONY: dev dev: ## Installs adapter in develop mode along with development depedencies @\ - pip install -r dev-requirements.txt && pre-commit install + pip install -r requirements.txt -r dev-requirements.txt && pre-commit install .PHONY: mypy mypy: ## Runs mypy against staged changes for static type checking.