ci: pytest exec fix?
This commit is contained in:
parent
d61602cb78
commit
a4b1c6a53f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue