mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-01-26 11:24:00 +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
|
||||
run: |
|
||||
uv sync
|
||||
uv pip install -e ".[dev]"
|
||||
uv sync --group dev
|
||||
|
||||
- name: Run tests
|
||||
run: uv run -m pytest --cov
|
||||
|
||||
Reference in New Issue
Block a user