Skip to content

Commit e40919d

Browse files
committed
SonarCloud coverage 5
1 parent 9c58353 commit e40919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install uv
2525
uv sync --frozen
26-
uv run python -m pip install pytest pytest-cov pytest-django
26+
uv pip install pytest pytest-cov pytest-django
2727
- name: Run tests with coverage
2828
env:
2929
DJANGO_SETTINGS_MODULE: task_manager.settings

0 commit comments

Comments
 (0)