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 4931065 commit 27a8d9bCopy full SHA for 27a8d9b
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: cp pgcommitfest/local_settings_example.py pgcommitfest/local_settings.py
64
65
- name: Install dependencies
66
- run: uv sync
+ run: uv sync --extra dev
67
68
- name: Run tests
69
run: uv run pytest --create-db
0 commit comments