Skip to content

Commit 72b03b4

Browse files
authored
fix: ensure non-editable installs
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent e427a00 commit 72b03b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check-secondary-unit-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
enable-cache: true
123123

124124
- name: Install dependencies
125-
run: uv sync --all-extras --dev --frozen
125+
run: uv sync --all-extras --dev --frozen --no-editable
126126

127127
- name: Generate Proto Files
128128
run: uv run generate_proto.py

0 commit comments

Comments
 (0)