5
This commit is contained in:
parent
8e1911c3b3
commit
b7dabc6219
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ steps:
|
|||
sync:
|
||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
volumes:
|
||||
- /cache/uv:.uv-cache
|
||||
- /cache/uv:/uv-cache
|
||||
environment:
|
||||
UV_CACHE_DIR: .uv-cache
|
||||
UV_CACHE_DIR: /uv-cache
|
||||
UV_LINK_MODE: copy
|
||||
#UV_PROJECT_ENVIRONMENT: /usr/local
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue