Commit d9fa6ce
Exclude uv.lock from the CI working-tree guard
`uv sync --no-sources` rewrites uv.lock in place (swaps the local editable
langchain-core/-tests source for the PyPI registry), so the post-test
`git diff --exit-code` guard saw an expected diff and failed. Scope the
guard to ignore uv.lock; it still catches stray files written by a test.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e2ddcf2 commit d9fa6ce
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments