File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 21
21
platform :
22
22
- name : ubuntu-24.04_x86_64
23
23
runs-on : ubuntu-24.04
24
+ python :
25
+ - version : " 3.10"
26
+ - version : " 3.11"
27
+ - version : " 3.12"
28
+ - version : " 3.13"
24
29
runs-on : ${{ matrix.platform.runs-on }}
25
30
steps :
26
31
- name : Disk Cleanup
@@ -229,7 +234,7 @@ jobs:
229
234
working-directory : sora-python-sdk
230
235
run : |
231
236
set -x
232
- # uv python pin ${{ matrix.python_version }}
237
+ uv python pin ${{ matrix.python.version }}
233
238
uv sync
234
239
uv run python run.py --debug ${{ matrix.platform.name }}
235
240
# cache
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
- name : ubuntu-24.04_x86_64
23
23
runs-on : ubuntu-24.04
24
24
python :
25
- - version : 3.10
26
- - version : 3.11
27
- - version : 3.12
28
- - version : 3.13
25
+ - version : " 3.10"
26
+ - version : " 3.11"
27
+ - version : " 3.12"
28
+ - version : " 3.13"
29
29
runs-on : ${{ matrix.platform.runs-on }}
30
30
steps :
31
31
- name : Disk Cleanup
You can’t perform that action at this time.
0 commit comments