Commit faad513
fix: remove redundant uv venv step in CI setup action
uv sync --frozen already creates the .venv; calling uv venv again
fails with "virtual environment already exists". source activate also
has no effect between steps — uv run handles venv activation itself.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9188e8c commit faad513
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
0 commit comments