chore: don't reuse local packages wheels
This commit is contained in:
parent
8cb9bd5f32
commit
9ca2d8ad94
|
@ -31,6 +31,7 @@ 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…
Reference in New Issue