Skip to content

Commit 1f66e35

Browse files
committed
Update to support poetry 2
1 parent 350538d commit 1f66e35

File tree

3 files changed

+51
-6
lines changed

3 files changed

+51
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps: $(POETRY) $(POETRY_DEPS)
1919
$(POETRY): $(SYS_PYTHON)
2020
curl -sSL https://install.python-poetry.org | $(SYS_PYTHON) -
2121
$(POETRY_DEPS): $(POETRY) pyproject.toml poetry.lock
22-
$(POETRY) install --remove-untracked
22+
$(POETRY) install
2323
@touch $@
2424

2525
.PHONY: pre-commit

0 commit comments

Comments
 (0)