ci: pytest exec fix?

This commit is contained in:
Piotr Dec 2026-07-12 22:58:36 +02:00
parent 24e17a862e
commit 86e7d4b8c3
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -4,7 +4,7 @@ steps:
commands:
- apk add --no-cache gcc python3-dev musl-dev linux-headers
- uv sync
- pytest
- python -m pytest
- |
python src/karl/__init__.py 2>&1 | while IFS= read -r line; do
echo "$line"