From 9ca2d8ad9477b79363239f96d5aa80f76fb6ce1a Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 22 Jul 2022 13:15:40 +0200 Subject: [PATCH] chore: don't reuse local packages wheels --- tools/python.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python.mk b/tools/python.mk index 3f60af304..c60fb3a42 100644 --- a/tools/python.mk +++ b/tools/python.mk @@ -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