File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,13 @@ jobs:
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : actions/setup-python@v5
36
- with :
37
- python-version : " 3.12"
35
+ - uses : astral-sh/setup-uv@v6
36
+ - run : uv python install 3.12
38
37
- uses : actions/setup-node@v4
39
38
with :
40
39
node-version : 24
41
40
cache : npm
42
41
cache-dependency-path : package-lock.json
43
- - run : pip install uv
44
42
- run : make deps-py
45
43
- run : make deps-frontend
46
44
- run : make lint-templates
51
49
runs-on : ubuntu-latest
52
50
steps :
53
51
- uses : actions/checkout@v4
54
- - uses : actions/setup-python@v5
55
- with :
56
- python-version : " 3.12"
57
- - run : pip install uv
52
+ - uses : astral-sh/setup-uv@v6
53
+ - run : uv python install 3.12
58
54
- run : make deps-py
59
55
- run : make lint-yaml
60
56
You can’t perform that action at this time.
0 commit comments