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 1e9bdc2 commit 7fe8fdcCopy full SHA for 7fe8fdc
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.3; \
+ pip install --user poetry==1.8.4; \
26
else \
27
echo "Poetry is already installed."; \
28
fi
0 commit comments