File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v4
29
- - uses : actions/setup-python@v5
29
+ - name : Install uv @ python ${{ env.MLC_PYTHON_VERSION }}
30
+ uses : astral-sh/setup-uv@v6
30
31
with :
31
32
python-version : ${{ env.MLC_PYTHON_VERSION }}
32
33
-
uses :
pre-commit/[email protected]
43
44
- uses : actions/checkout@v4
44
45
with :
45
46
submodules : " recursive"
46
- - uses : actions/setup-python@v5
47
+ - name : Install uv @ python ${{ env.MLC_PYTHON_VERSION }}
48
+ uses : astral-sh/setup-uv@v6
47
49
with :
48
50
python-version : ${{ env.MLC_PYTHON_VERSION }}
49
51
- name : Install cibuildwheel
63
65
- uses : actions/checkout@v4
64
66
with :
65
67
submodules : " recursive"
66
- - uses : actions/setup-python@v5
68
+ - name : Install uv @ python ${{ env.MLC_PYTHON_VERSION }}
69
+ uses : astral-sh/setup-uv@v6
67
70
with :
68
71
python-version : ${{ env.MLC_PYTHON_VERSION }}
69
72
- name : Install cibuildwheel
83
86
- uses : actions/checkout@v4
84
87
with :
85
88
submodules : " recursive"
86
- - uses : actions/setup-python@v5
89
+ - name : Install uv @ python ${{ env.MLC_PYTHON_VERSION }}
90
+ uses : astral-sh/setup-uv@v6
87
91
with :
88
92
python-version : ${{ env.MLC_PYTHON_VERSION }}
89
93
- name : Install cibuildwheel
You can’t perform that action at this time.
0 commit comments