Skip to content

Commit 73428d4

Browse files
committed
set python version in CI
1 parent beeea6b commit 73428d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.x"
35-
- uses: astral-sh/setup-uv@v6
34+
python-version: "3.13"
35+
- uses: astral-sh/setup-uv@v7
3636
- name: Run Pylint
3737
run: uvx nox -s pylint -- --output-format=github
3838

0 commit comments

Comments
 (0)