Skip to content

Commit 6dcd2df

Browse files
committed
Fix uv sync in precommit
1 parent dddd68a commit 6dcd2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/precommit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
activate-environment: true
4040
- name: Install dependencies
4141
run: |
42-
uv pip install -e .[dev,spatiotemporal]
42+
uv sync --extra dev --extra spatiotemporal
4343
4444
- name: Run pre-commit
4545
run: uv run pre-commit run --hook-stage manual --all-files

0 commit comments

Comments
 (0)