Commit 337ffcd
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 b4dd185 commit 337ffcd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
0 commit comments