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

This commit is contained in:
phil 2025-06-21 17:46:01 +02:00
parent 8cca5b816b
commit e4dfe6862d

View file

@ -13,15 +13,12 @@ steps:
UV_LINK_MODE: copy
commands:
- uv sync
- ls -l .venv
- ls -l .venv/bin
test:
#image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- pwd
- which python
- python -c "import sys;print(sys.path)"
- ls -l /usr/local/bin
- ls -l .venv/bin
- pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine