From ddf29965d53eee881c75fc08509c209ae2bd873a Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 16 Apr 2025 09:31:28 +0000 Subject: [PATCH] Pin poetry to < 2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fffeb8df..6e4453ab 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: ## Install aiogithubapi @poetry install --extras "deprecated-verify" install-poetry: - @curl -sSL https://install.python-poetry.org | python3 - + @pipx install "poetry<2" build: ## Build the package @poetry build