From d4576a93a37d37bc2260db2728a6fa0d8b63faeb Mon Sep 17 00:00:00 2001 From: julesbertrand Date: Thu, 26 Oct 2023 16:13:46 +0200 Subject: [PATCH] ci: fix download-poetry make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87f3902..3cf2918 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ endif .PHONY: download-poetry download-poetry: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python + curl -sSL https://install.python-poetry.org | python3 - .PHONY: install install: