Commit 3689fd1
fix(ci): use --allow-existing flag for uv venv (#24)
When the virtual environment cache is restored, the .venv directory
already exists, causing `uv venv` to fail. The --allow-existing flag
allows uv to reuse or recreate the venv as needed.
Co-authored-by: Ambient Code <ambient-code@redhat.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5e4ee66 commit 3689fd1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments