ci: pytest exec fix?

This commit is contained in:
Piotr Dec 2026-07-12 23:08:48 +02:00
parent d61602cb78
commit a4b1c6a53f
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -8,7 +8,7 @@ steps:
image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine
commands: commands:
- uv sync --group dev - uv sync --group dev
- python -m pytest - uv run pytest
- name: test-run - name: test-run
image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine
commands: commands: