Skip to content

Commit

Permalink
pin poetry==1.8.5 in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto committed Jan 29, 2025
1 parent a9c0b88 commit 1b433ba
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 @@ -16,7 +16,7 @@ install-poetry:
ifneq ($(VIRTUAL_ENV),)
$(error you cannot be under virtual environment $(VIRTUAL_ENV))
endif
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5

has-poetry:
poetry --version
Expand Down

0 comments on commit 1b433ba

Please sign in to comment.