Skip to content

Commit be1d319

Browse files
committed
remove editable
1 parent 04ad9c1 commit be1d319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python dependencies
3333
run: |
3434
python -m pip install uv
35-
uv pip --quiet install --system --upgrade --editable ".[docs,test]"
35+
uv pip --quiet install --system --upgrade ".[docs,test]"
3636
uv pip install --system yq
3737
python -m pip list
3838

0 commit comments

Comments
 (0)