Skip to content

Commit e238439

Browse files
committed
Do not install poetry in install-dev make target
1 parent 0db86e3 commit e238439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ clean:
99
rm -rf .mypy_cache .pytest_cache .ruff_cache build dist htmlcov .coverage
1010

1111
install-dev:
12-
python3 -m pip install --upgrade pip poetry
1312
poetry install --all-extras
1413
poetry run pre-commit install
1514

0 commit comments

Comments
 (0)