We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c58353 commit e40919dCopy full SHA for e40919d
.github/workflows/sonarcloud.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
pip install uv
25
uv sync --frozen
26
- uv run python -m pip install pytest pytest-cov pytest-django
+ uv pip install pytest pytest-cov pytest-django
27
- name: Run tests with coverage
28
env:
29
DJANGO_SETTINGS_MODULE: task_manager.settings
0 commit comments