ci: pytest exec fix?
This commit is contained in:
parent
24e17a862e
commit
86e7d4b8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache gcc python3-dev musl-dev linux-headers
|
- apk add --no-cache gcc python3-dev musl-dev linux-headers
|
||||||
- uv sync
|
- uv sync
|
||||||
- pytest
|
- python -m pytest
|
||||||
- |
|
- |
|
||||||
python src/karl/__init__.py 2>&1 | while IFS= read -r line; do
|
python src/karl/__init__.py 2>&1 | while IFS= read -r line; do
|
||||||
echo "$line"
|
echo "$line"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue