mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-02-07 10:46:44 +00:00
chore: update CI workflow to install dev dependencies
Added installation of development dependencies in CI workflow.
This commit is contained in:
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@@ -15,7 +15,9 @@ jobs:
|
||||
- uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
run: |
|
||||
uv sync
|
||||
uv pip install -e ".[dev]"
|
||||
|
||||
- name: Run tests
|
||||
run: uv run -m pytest --cov
|
||||
|
||||
Reference in New Issue
Block a user