We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6b190 commit dbcf65bCopy full SHA for dbcf65b
Makefile
@@ -22,7 +22,7 @@ help: ## Display this help
22
install-poetry: ## Install poetry if the user has not done that yet.
23
@if ! command -v poetry &> /dev/null; then \
24
echo "Poetry could not be found. Installing..."; \
25
- pip install --user poetry==1.8.4; \
+ pip install --user poetry==1.8.5; \
26
else \
27
echo "Poetry is already installed."; \
28
fi
0 commit comments