Skip to content

Commit 0504e01

Browse files
committed
fix: disable editable install in deps-check to avoid SCM version mismatch
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent 755eefb commit 0504e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deps-check.yml

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

4848
- name: Install minimum dependencies and tooling
4949
run: |
50-
uv sync --all-extras --resolution=lowest-direct
50+
uv sync --all-extras --resolution=lowest-direct --no-editable
5151
5252
- name: Show resolved core dependency versions
5353
run: |

0 commit comments

Comments
 (0)