mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix cache directory path in GitLab integration docs
This commit is contained in:
parent
4e4a558d64
commit
427c1f7fb2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Persisting the uv cache between workflow runs can improve performance.
|
|||
```yaml
|
||||
UV Install:
|
||||
variables:
|
||||
UV_CACHE_DIR: /tmp/.uv-cache
|
||||
UV_CACHE_DIR: .uv-cache
|
||||
cache:
|
||||
- key:
|
||||
files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue