From da42c7f00f56f9becd7bde978b2a9c2692ce953a Mon Sep 17 00:00:00 2001 From: Nikita Malinin Date: Mon, 29 Jul 2024 13:40:56 +0200 Subject: [PATCH] Change variable set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5fc00e1e7c..90b980ef835 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ifdef NUM_WORKERS NUM_WORKERS_ARG := -n${NUM_WORKERS} endif -PIP_CONSTRAINT=constraints.txt +export PIP_CONSTRAINT = constraints.txt install-pre-commit: pip install pre-commit==3.2.2