Skip to content

Commit 5878761

Browse files
committed
Go back to editable install
1 parent 8654721 commit 5878761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
curl -LsSf https://astral.sh/uv/install.sh | sh
4646
uv venv
4747
source ./.venv/bin/activate
48-
uv pip install --upgrade ".[dev]"
48+
uv pip install --upgrade --editable ".[dev]"
4949
5050
- name: "Lint"
5151
run: |

0 commit comments

Comments
 (0)