Skip to content

Commit

Permalink
make dev installs requirements.txt too (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-may authored Jan 19, 2023
1 parent 8aceeb4 commit 89f0cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 89f0cc2

Please sign in to comment.