From 4c912775fb33c691fb97b71d7a40bcd2e9705361 Mon Sep 17 00:00:00 2001 From: Ugo Albanese <u.albanese@santannapisa.it> Date: Wed, 16 Dec 2020 17:25:22 +0100 Subject: [PATCH] [NRRPLT-0000] Unquote PYTHON_PIP_VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49ceaeb..3e2838a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ COVER_PACKAGES=hbp_nrp_virtual_coach DOC_MODULES=hbp_nrp_virtual_coach/doc DOC_REPO=--doc-repo ssh://bbpcode.epfl.ch/infra/jekylltest -PYTHON_PIP_VERSION?='pip>=19' +PYTHON_PIP_VERSION?=pip>=19 ##### DO NOT MODIFY BELOW ##################### -- GitLab