Commit 1c7b112
committed
Disable setup-uv cache in action
The action's dependencies live in the action path, not the consumer's
workspace, so setup-uv's workspace-keyed cache matched no files and warned
that the cache could never invalidate. Caching a few small pure-Python deps
is not worthwhile - turn it off.1 parent bceaa0c commit 1c7b112
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments