Skip to content

Commit 607b142

Browse files
authored
fix: use non-editable installs in codecov workflow
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent 4eef7fe commit 607b142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check-primary-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install dependencies
4141
run: |
42-
uv sync --all-extras --dev --frozen
42+
uv sync --all-extras --dev --frozen --no-editable
4343
4444
- name: Generate Proto Files
4545
run: uv run python generate_proto.py

0 commit comments

Comments
 (0)