Skip to content

Commit 36f8282

Browse files
committed
Remove duplicate Python version spec
1 parent 9b540e7 commit 36f8282

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install the latest version of uv
2929
uses: astral-sh/setup-uv@v3
3030

31-
- name: Install Python 3.12
31+
- name: Install Python
3232
run: uv python install ${{ matrix.python-version }}
3333

3434
- name: "Lint"

0 commit comments

Comments
 (0)