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

This commit is contained in:
phil 2025-06-21 17:50:52 +02:00
parent 378e32346d
commit 9adc3f56dd

View file

@ -15,13 +15,10 @@ steps:
- uv sync - uv sync
- ls -l .Avenv/bin - ls -l .Avenv/bin
test: test:
environment:
PATH: .venv/bin:$PATH
#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
commands: commands:
- ls -l .venv/bin - python -m pytest -s test/basic.py
- pytest -s test/basic.py
build: build:
image: ghcr.io/astral-sh/uv:alpine image: ghcr.io/astral-sh/uv:alpine
commands: commands: