File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 25
25
permissions :
26
26
id-token : write
27
27
28
- env :
29
- UV_SYSTEM_PYTHON : 1
30
-
31
28
steps :
32
29
- name : Harden the runner (Audit all outbound calls)
33
30
uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
44
41
python-version : ' 3.13'
45
42
activate-environment : true
46
43
47
- - name : Set up Python 3.13
48
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49
- with :
50
- python-version : ' 3.13'
51
-
52
44
- name : Install dependencies
53
45
run : |
54
46
uv pip install build packaging pip setuptools wheel
Original file line number Diff line number Diff line change 27
27
28
28
env :
29
29
TEMPLATES_CHANGED : false
30
- UV_SYSTEM_PYTHON : 1
31
30
32
31
strategy :
33
32
matrix :
49
48
python-version : ${{ matrix.python-version }}
50
49
activate-environment : true
51
50
52
- - name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
54
- with :
55
- python-version : ${{ matrix.python-version }}
56
-
57
51
- name : Install dependencies
58
52
# required by update_vehicle_templates.py
59
53
run : |
You can’t perform that action at this time.
0 commit comments