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 21d9bfe commit aef6328Copy full SHA for aef6328
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install the project and dependencies
25
run: uv sync --all-extras
26
27
- # - uses: astral-sh/ruff-action@v3
+ - uses: astral-sh/ruff-action@v3
28
29
- name: Run tests with coverage
30
run: uv run pytest tests
0 commit comments