Skip to content

Commit 5962f5f

Browse files
committed
use python 3.11
1 parent 5b847ce commit 5962f5f

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
@@ -28,6 +28,11 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030

31+
- name: Set up Python 3.11
32+
uses: actions/setup-python@v4
33+
with:
34+
python-version: '3.11'
35+
3136
- name: Install uv
3237
uses: astral-sh/setup-uv@v6
3338

0 commit comments

Comments
 (0)