Skip to content

Commit cc9cc35

Browse files
committed
Fix Python version to 3.12
1 parent 49e2dce commit cc9cc35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Set up Python
20+
uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.12'
23+
1924
- name: Cache uv
2025
uses: actions/cache@v4
2126
with:

0 commit comments

Comments
 (0)