From 9cee5db401e61eb30904999ee25e1f21d99b6032 Mon Sep 17 00:00:00 2001 From: Mads Bisgaard <126242332+bisgaard-itis@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:53:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`install-ci`=20make=20targ?= =?UTF-8?q?et=20in=20`tests/performance`=20(#6053)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/performance/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/Makefile b/tests/performance/Makefile index 482d2b4b001..6035b112203 100644 --- a/tests/performance/Makefile +++ b/tests/performance/Makefile @@ -67,7 +67,7 @@ dashboards-down: install-dev: @uv pip install -r requirements/requirements-dev.txt -install-ci: install +install-ci: @uv pip install -r requirements/requirements-ci.txt