From 8f595bdc8f601970190ed3e2bc68dce75c71f646 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 5 Mar 2025 10:32:47 -0600
Subject: [PATCH] Clarify pip install project

---
 ci-support.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-support.sh b/ci-support.sh
index bb31acc..c29a3f2 100644
--- a/ci-support.sh
+++ b/ci-support.sh
@@ -288,7 +288,7 @@ handle_extra_install()
 
 pip_install_project()
 {
-  with_output_group "pip install" pip_install_project_inner
+  with_output_group "pip install project" pip_install_project_inner
 }
 
 pip_install_project_inner()
-- 
GitLab