We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv sync
1 parent c00ce17 commit 0eddf3cCopy full SHA for 0eddf3c
1 file changed
.github/workflows/test-backend.yml
@@ -46,7 +46,7 @@ jobs:
46
cache-dependency-glob: "backend/uv.lock"
47
48
- name: Install dependencies
49
- run: uv sync --extra test --extra migrations --extra metrics
+ run: uv sync --group test --extra migrations --extra metrics
50
51
- name: Run tests
52
env:
0 commit comments