Skip to content

Commit bd7c39e

Browse files
committed
ci: fix syntax
1 parent f5420f1 commit bd7c39e

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v6
2020
with:
2121
enable-cache: true
22-
python-version: {{ matrix.python-version }}
22+
python-version: ${{ matrix.python-version }}
2323

2424
- name: Build
2525
run: uv sync --locked --all-extras --dev

0 commit comments

Comments
 (0)