Skip to content

Commit 0205984

Browse files
author
Eyo Chen
committed
fix: install dev dependency
1 parent da9fe95 commit 0205984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install dependencies
4646
run: |
47-
uv pip install --system -r pyproject.toml
47+
uv pip install --system -r pyproject.toml --group dev
4848
4949
- name: Generate protobuf files
5050
run: make generate

0 commit comments

Comments
 (0)