Skip to content

Commit a9780b9

Browse files
committed
Install with s3 extra in CI
1 parent bc3e01e commit a9780b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
pyproject-file: pyproject.toml
2323
- name: Install the project
24-
run: uv sync
24+
run: uv sync --all-extras
2525
- name: Check quality
2626
run: |
2727
uv run ruff check bids2table tests

0 commit comments

Comments
 (0)