Skip to content

Commit 689735c

Browse files
committed
Remove unnecessary quotes
1 parent 3c44cf0 commit 689735c

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
@@ -46,7 +46,7 @@ jobs:
4646
curl -LsSf https://astral.sh/uv/install.sh | sh
4747
uv venv /home/runner/.venv
4848
source /home/runner/.venv/bin/activate
49-
uv pip install --upgrade --editable ".[dev]"
49+
uv pip install --upgrade --editable .[dev]
5050
5151
- name: "Lint"
5252
run: |

0 commit comments

Comments
 (0)