feat: added build/test pipeline
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: pip install uv --quiet
|
run: pip install uv --quiet
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Run tests
|
||||||
run: uv run pytest
|
run: uv run pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user