Skip to content

Commit d99598e

Browse files
committed
revert dev dependency
1 parent be420e2 commit d99598e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changehc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ venv:
77
install: venv
88
. env/bin/activate; \
99
pip install wheel ; \
10-
pip install -e ../_delphi_utils_python ;\
10+
pip install -e ../_delphi_utils_python[dev];\
1111
pip install -e .
1212

1313
install-ci: venv

google_symptoms/Makefile

+1-1
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)