We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3e01e commit a9780b9Copy full SHA for a9780b9
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
pyproject-file: pyproject.toml
23
- name: Install the project
24
- run: uv sync
+ run: uv sync --all-extras
25
- name: Check quality
26
run: |
27
uv run ruff check bids2table tests
0 commit comments