From 2c055ec9d95786b3c6dd5251b60937a140ebcbb9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 24 Nov 2024 14:16:26 -0600 Subject: [PATCH] Install hatchling in pip_install_project --- ci-support.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-support.sh b/ci-support.sh index ef9fc0f..3580fee 100644 --- a/ci-support.sh +++ b/ci-support.sh @@ -231,6 +231,8 @@ handle_extra_install() pip_install_project() { + with_echo pip install hatchling + handle_extra_install if test "$REQUIREMENTS_TXT" == ""; then