File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 27
27
matrix :
28
28
python-version : ["3.9", "3.12", "3.13"]
29
29
30
- env :
31
- UV_SYSTEM_PYTHON : 1
32
-
33
30
steps :
34
31
- name : Harden the runner (Audit all outbound calls)
35
32
uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
46
43
python-version : ${{ matrix.python-version }}
47
44
activate-environment : true
48
45
49
- - name : Set up Python ${{ matrix.python-version }}
50
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
51
- with :
52
- python-version : ${{ matrix.python-version }}
53
-
54
46
- name : Install dependencies
55
47
# these extra packages are required by pylint to validate the python imports
56
48
run : |
Original file line number Diff line number Diff line change 25
25
matrix :
26
26
python-version : ["3.9", "3.12", "3.13"]
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 : ${{ matrix.python-version }}
45
42
activate-environment : true
46
43
47
- - name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49
- with :
50
- python-version : ${{ matrix.python-version }}
51
-
52
44
- name : Install dependencies
53
45
# these extra packages are required by pyright to validate the python imports
54
46
run : |
Original file line number Diff line number Diff line change 12
12
13
13
name : REUSE Compliance
14
14
runs-on : ubuntu-latest
15
- env :
16
- UV_SYSTEM_PYTHON : 1
17
15
18
16
steps :
19
17
- name : Harden the runner (Audit all outbound calls)
30
28
python-version : ' 3.13'
31
29
activate-environment : true
32
30
33
- - name : Set up Python 3.13
34
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
35
- with :
36
- python-version : ' 3.13'
37
-
38
31
- name : Install REUSE tool
39
32
run : |
40
33
uv pip install reuse
You can’t perform that action at this time.
0 commit comments