Skip to content

Commit 18eacda

Browse files
committed
No need for editable install
1 parent feb6b18 commit 18eacda

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
run: |
4646
python -m pip install --upgrade uv
4747
uv venv
48-
python -m uv pip install --upgrade --editable .[dev]
48+
python -m uv pip install --upgrade .[dev]
4949
5050
- name: "Lint"
5151
env:

0 commit comments

Comments
 (0)