Skip to content

Commit 8654721

Browse files
committed
Try quoting install target
1 parent 4afd4e5 commit 8654721

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 ".[dev]"
4949
5050
- name: "Lint"
5151
run: |

0 commit comments

Comments
 (0)