Skip to content

Commit 27a8d9b

Browse files
committed
Install dev dependencies in CI
1 parent 4931065 commit 27a8d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: cp pgcommitfest/local_settings_example.py pgcommitfest/local_settings.py
6464

6565
- name: Install dependencies
66-
run: uv sync
66+
run: uv sync --extra dev
6767

6868
- name: Run tests
6969
run: uv run pytest --create-db

0 commit comments

Comments
 (0)