chore: install local python deps in editable mode
This commit is contained in:
parent
e97b06496a
commit
b93e1e5570
11 changed files with 17 additions and 14 deletions
|
@ -31,7 +31,6 @@ install: $(VENV)
|
|||
source $(VENV)/bin/activate
|
||||
pip install --upgrade pip setuptools wheel
|
||||
pip install $(SHARED_DEV_REQUIREMENTS)
|
||||
pip cache remove 'libretime_*'
|
||||
[[ -z "$(PIP_INSTALL)" ]] || pip install $(PIP_INSTALL)
|
||||
|
||||
.PHONY: .format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue