Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ dist/requirements.txt: poetry.lock pyproject.toml
.PHONY: poetry-debug
poetry-debug: ## Shows Poetry debug include any envvars passed to Poetry
@echo POETRY=$(POETRY)
$(POETRY) debug
$(POETRY) debug info

.PHONY: poetry-use-pyenv
poetry-use-pyenv: $(PYTHON_VERSION_FILE) ## Configure Poetry to use the expected base Python for its virtualenv
Expand Down
Loading