Skip to content

Commit

Permalink
Fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
a1d4r committed Jan 10, 2025
1 parent e0a5d07 commit a9d52fb
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 @@ -6,7 +6,7 @@ PYTHONPATH := `pwd`
#* Poetry
.PHONY: poetry-download
poetry-download:
curl -sSL https://install.python-poetry.org | $(PYTHON) -
POETRY_VERSION=1.8.5 curl -sSL https://install.python-poetry.org | $(PYTHON) -

.PHONY: poetry-remove
poetry-remove:
Expand Down

0 comments on commit a9d52fb

Please sign in to comment.