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 50c33aa commit f948f56Copy full SHA for f948f56
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.5; \
+ pip install --user poetry==2.0.1; \
26
else \
27
echo "Poetry is already installed."; \
28
fi
0 commit comments