Install missing ci dependencies
This commit is contained in:
parent
3281b70bbe
commit
d0f0f94f3d
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ steps:
|
|||
image: python:3.11
|
||||
commands:
|
||||
- pip install uv
|
||||
- uv sync
|
||||
- uv sync --group ci
|
||||
- ./.venv/bin/ruff check src/
|
||||
- ./.venv/bin/ruff format --check src/
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ steps:
|
|||
POSTGRES_PASSWORD: sekrit
|
||||
commands:
|
||||
- pip install uv
|
||||
- uv sync
|
||||
- uv sync --group ci
|
||||
- ./.venv/bin/coverage run ./src/manage.py test newsreader
|
||||
- ./.venv/bin/coverage report --show-missing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue