Skip to content

Commit

Permalink
Fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
a1d4r committed Jan 10, 2025
1 parent a9d52fb commit e827d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHONPATH := `pwd`
#* Poetry
.PHONY: poetry-download
poetry-download:
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) -

.PHONY: poetry-remove
poetry-remove:
Expand All @@ -17,7 +17,7 @@ poetry-remove:
install:
poetry lock -n && poetry export --without-hashes > requirements.txt
poetry install -n
-poetry run mypy --install-types --non-interactive hooks tests
poetry run mypy --install-types --non-interactive hooks tests

.PHONY: pre-commit-install
pre-commit-install:
Expand Down

0 comments on commit e827d64

Please sign in to comment.