Commit 5331543
authored
ci: use uv.lock for ruff version (#661)
# Description
The GitHub action doesn't support using the exact version from `uv.lock`
and uses `pyproject.toml` with version expression. As long as the
version in tools cache satisfies this expression it's going to be used,
however it has two problems:
1. Local runs can produce different results compared to CI.
2. CI results can change over time without code changes. Seems to be
that it happened
[here](#611 (comment))
and also when trying to run linter on `1.0-dev`:
[failure](https://github.com/a2aproject/a2a-python/actions/runs/21581854986).1 parent 120b8c5 commit 5331543
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments