Skip to content

Commit 101ed53

Browse files
author
Niklas Burchhardt
committed
install dev requirements too when setting up venv
1 parent e637208 commit 101ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ setup-venv:
1717

1818
.PHONY: venv
1919
venv: setup-venv
20-
$(VENV_PATH)/bin/pip install -e .
20+
$(VENV_PATH)/bin/pip install -e ".[dev]"
2121

2222
.PHONY: build
2323
build: venv

0 commit comments

Comments
 (0)