Skip to content

Commit ebb6781

Browse files
wu-shengclaude
andcommitted
fix: remove Poetry 1.5.1 pin on Linux, use latest
Poetry 1.5.1 cannot read lock files generated by Poetry 2.x, causing CI lint step to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5416ba0 commit ebb6781

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
@@ -47,7 +47,7 @@ else ifeq ($(OS),Darwin)
4747
-curl -sSL https://install.python-poetry.org | python3 -
4848
poetry self update || $(MAKE) poetry-fallback
4949
else
50-
-curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
50+
-curl -sSL https://install.python-poetry.org | python3 -
5151
endif
5252

5353
.PHONY: gen

0 commit comments

Comments
 (0)