Skip to content

Commit

Permalink
ci: fix download-poetry make command
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbertrand committed Oct 26, 2023
1 parent 80c9518 commit d4576a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4576a9

Please sign in to comment.