4
This commit is contained in:
parent
a96c4e9402
commit
fafae16b70
1 changed files with 3 additions and 1 deletions
|
@ -6,10 +6,12 @@ when:
|
||||||
steps:
|
steps:
|
||||||
sync:
|
sync:
|
||||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||||
|
volumes:
|
||||||
|
- /cache/uv:.uv-cache
|
||||||
environment:
|
environment:
|
||||||
UV_CACHE_DIR: .uv-cache
|
UV_CACHE_DIR: .uv-cache
|
||||||
UV_LINK_MODE: copy
|
UV_LINK_MODE: copy
|
||||||
UV_PROJECT_ENVIRONMENT: /usr/local
|
#UV_PROJECT_ENVIRONMENT: /usr/local
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue