From ef2013ce0ebe19c6e29e1be4f9cc1a81197a8385 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Thu, 3 Oct 2024 16:49:32 -0500 Subject: [PATCH] Install project with -v by default --- ci-support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-support.sh b/ci-support.sh index afc898b..be3a9b9 100644 --- a/ci-support.sh +++ b/ci-support.sh @@ -270,7 +270,7 @@ pip_install_project() fi fi - with_echo "$PY_EXE" -m pip install $PROJECT_INSTALL_FLAGS . + with_echo "$PY_EXE" -m pip install -v $PROJECT_INSTALL_FLAGS . } -- GitLab