Skip to content

Commit

Permalink
[SQUASH] Explicit poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Jan 6, 2025
1 parent bab90b5 commit 802d38d
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 @@ -33,7 +33,7 @@ endef
define install_poetry
if ! command -v poetry &> /dev/null; then \
pip install --upgrade pip; \
pip install poetry; \
pip install 'poetry>=1.0.0,<2.0.0'; \
else \
echo "Poetry is already installed."; \
fi
Expand Down

0 comments on commit 802d38d

Please sign in to comment.