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