Commit 65dfff3
fix: suppress uv hardlink warning with UV_LINK_MODE=copy
When running as a GitHub Action, the uv cache and target .venv directory
end up on different filesystems (container overlay vs host mount), causing
uv to emit a noisy warning on every run. Setting UV_LINK_MODE=copy tells
uv to use copy mode directly, suppressing the warning.
Signed-off-by: Zack Koppert <zkoppert@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 52a3496 commit 65dfff3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
0 commit comments