File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77install : 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
1313install-ci : venv
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install: venv
1313install-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
1919lint :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install: venv
1313install-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
1919lint :
You can’t perform that action at this time.
0 commit comments