From 239d075840435b0a7fdbd574510e5c0f35057cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Mon, 27 Jun 2022 08:55:36 +0000 Subject: [PATCH] Fix: Don't use cached packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 812c84b..43dbbcc 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ deps-python-dev: FORCE deps-python: FORCE @echo "\n${GREEN}*** Installing Python dependencies ***${NC}\n" - @pip install -r requirements.pip --upgrade + @pip install --no-cache-dir -r requirements.pip --upgrade #------------------------------------------------------------------------------- -- GitLab