chore: don't reuse local packages wheels

This commit is contained in:
jo 2022-07-22 13:15:40 +02:00 committed by Kyle Robbertze
parent 8cb9bd5f32
commit 9ca2d8ad94
1 changed files with 1 additions and 0 deletions

View File

@ -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