Skip to content

Commit e791890

Browse files
Remove redundant uv pip install -e . after uv sync
Co-authored-by: jacksonpradolima <[email protected]>
1 parent 5ef5f87 commit e791890

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/code_quality.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
uv sync --frozen --extra dev
29-
uv pip install -e .
3029
3130
- name: Run tests with coverage
3231
run: |
@@ -65,7 +64,6 @@ jobs:
6564
- name: Install dependencies
6665
run: |
6766
uv sync --frozen --extra dev
68-
uv pip install -e .
6967
7068
- name: Build Rust extension
7169
run: |

0 commit comments

Comments
 (0)