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.
2 parents e6745fe + 89b7ddc commit f8c0b72Copy full SHA for f8c0b72
Makefile
@@ -330,7 +330,7 @@ dist/requirements.txt: poetry.lock pyproject.toml
330
.PHONY: poetry-debug
331
poetry-debug: ## Shows Poetry debug include any envvars passed to Poetry
332
@echo POETRY=$(POETRY)
333
- $(POETRY) debug
+ $(POETRY) debug info
334
335
.PHONY: poetry-use-pyenv
336
poetry-use-pyenv: $(PYTHON_VERSION_FILE) ## Configure Poetry to use the expected base Python for its virtualenv
0 commit comments