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 7a2ef61 commit 2814d93Copy full SHA for 2814d93
{{ cookiecutter.project_name.lower().replace(' ', '-') }}/Makefile
@@ -13,7 +13,7 @@ TESTS = tests
13
#* Poetry
14
.PHONY: poetry-download
15
poetry-download:
16
- POETRY_VERSION=1.8.5 curl -sSL https://install.python-poetry.org | $(PYTHON) -
+ curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 $(PYTHON) -
17
18
.PHONY: poetry-remove
19
poetry-remove:
0 commit comments