mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix ci
This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
|||||||
uv sync --group typecheckers
|
uv sync --group typecheckers
|
||||||
|
|
||||||
- name: Run type checker
|
- name: Run type checker
|
||||||
run: mypy -p argenta
|
run: uv run python -m mypy -p argenta
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ jobs:
|
|||||||
uv sync --group linters
|
uv sync --group linters
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: ruff check ./src
|
run: uv run python -m ruff check ./src
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ jobs:
|
|||||||
uv sync --group tests
|
uv sync --group tests
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests
|
run: uv run python -m pytest tests
|
||||||
|
|||||||
Reference in New Issue
Block a user