Skip to content

Commit 8cc611f

Browse files
partoufclaude
andcommitted
Pin Poetry to 1.8.5 to fix CI
Poetry 2.3.0 installation is failing in CI. Pin to a stable 1.x version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 86585f8 commit 8cc611f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $(SYS_PYTHON):
1717
.PHONY: deps
1818
deps: $(POETRY) $(POETRY_DEPS)
1919
$(POETRY): $(SYS_PYTHON)
20-
curl -sSL https://install.python-poetry.org | $(SYS_PYTHON) -
20+
curl -sSL https://install.python-poetry.org | $(SYS_PYTHON) - --version 1.8.5
2121
$(POETRY_DEPS): $(POETRY) pyproject.toml poetry.lock
2222
$(POETRY) install
2323
@touch $@

0 commit comments

Comments
 (0)