Skip to content

Commit 95f5a3b

Browse files
committed
Add back installation
1 parent dddd9b6 commit 95f5a3b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
version: "0.7.5"
2626
python-version: "3.10"
2727

28+
- name: Install betterproto2
29+
working-directory: ./betterproto2
30+
run: uv sync --locked --all-extras --all-groups
31+
32+
- name: Install betterproto2_compiler
33+
working-directory: ./betterproto2_compiler
34+
run: uv sync --locked --all-extras --all-groups
35+
2836
- name: Pyright
2937
working-directory: ./betterproto2
3038
shell: bash

0 commit comments

Comments
 (0)