feat: added build/test pipeline
CI / test (push) Failing after 9s
CI / build (push) Has been skipped

This commit is contained in:
2026-07-16 14:56:09 +02:00
parent ba7b8a9f97
commit 46816c7820
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: pip install uv --quiet
- name: Install dependencies
run: uv pip install -r pyproject.toml --group=dev
run: uv pip install --system -r pyproject.toml --group=dev
- name: Run tests
run: uv run pytest