5
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 17:45:03 +02:00
parent 82d8ffe174
commit 8cca5b816b

View file

@ -11,13 +11,9 @@ steps:
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
commands: commands:
- pwd
- ls -la /uv-cache
- uv sync - uv sync
- ls -l /usr/local/bin - ls -l .venv
- echo $PATH
test: test:
#image: ghcr.io/astral-sh/uv:alpine #image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine image: ghcr.io/astral-sh/uv:python3.13-alpine