Commit 2973232
ci: refresh poetry.lock content-hash + pin Poetry so install works
The first CI run surfaced a pre-existing problem on `main`: a fresh
`poetry install` fails with "pyproject.toml changed significantly since
poetry.lock was last generated" — pyproject was edited after the lock was
last written, so its content-hash no longer matches. Local dev never hit
this (an existing venv + `poetry run`), but a clean checkout (CI, new
contributors) can't install.
Regenerating the lock changes ONLY the content-hash line — zero package
versions move — so this is a no-op for resolved dependencies. Pin CI to
Poetry 2.1.4 (the lock's generator) so the hash check is deterministic.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d1e2c0f commit 2973232
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments