Skip to content

Commit 1e3a39b

Browse files
committed
changing makefile in changehc
1 parent 517963d commit 1e3a39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changehc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: venv
1313
install-ci: venv
1414
. env/bin/activate; \
1515
pip install wheel ; \
16-
pip install ../_delphi_utils_python ;\
16+
pip install '../_delphi_utils_python[dev]' ;\
1717
pip install .
1818

1919
lint:

0 commit comments

Comments
 (0)