mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-21 03:03:20 +00:00
fix: uv sync with group dev
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@@ -16,8 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
uv sync
|
uv sync --group dev
|
||||||
uv pip install -e ".[dev]"
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run -m pytest --cov
|
run: uv run -m pytest --cov
|
||||||
|
|||||||
Reference in New Issue
Block a user