Skip to content

Commit a58388c

Browse files
committed
Update Makefile for new ci
1 parent 7c41663 commit a58388c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dsew_community_profile/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ install: venv
1111
pip install -e ../_delphi_utils_python ;\
1212
pip install -e .
1313

14+
install-ci: venv
15+
. env/bin/activate; \
16+
pip install wheel ; \
17+
pip install ../_delphi_utils_python ;\
18+
pip install .
19+
1420
lint:
1521
. env/bin/activate; pylint $(dir)
1622
. env/bin/activate; pydocstyle $(dir)

0 commit comments

Comments
 (0)