Skip to content

Commit deb91e6

Browse files
committed
fix(ci): correct syntax error in CI workflow configuration
1 parent 945093b commit deb91e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Install uv and Python
31-
uses: astral-sh/setup-uv@v7}}
31+
uses: astral-sh/setup-uv@v7
3232
with:
3333
enable-cache: true
3434
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)