Skip to content

Commit ad285df

Browse files
committed
ci(python): Looks like it is not necessary to set up python when using UV
1 parent 6bf889c commit ad285df

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

.github/workflows/pylint.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
matrix:
2828
python-version: ["3.9", "3.12", "3.13"]
2929

30-
env:
31-
UV_SYSTEM_PYTHON: 1
32-
3330
steps:
3431
- name: Harden the runner (Audit all outbound calls)
3532
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -46,11 +43,6 @@ jobs:
4643
python-version: ${{ matrix.python-version }}
4744
activate-environment: true
4845

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-
5446
- name: Install dependencies
5547
# these extra packages are required by pylint to validate the python imports
5648
run: |

.github/workflows/pyright.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
matrix:
2626
python-version: ["3.9", "3.12", "3.13"]
2727

28-
env:
29-
UV_SYSTEM_PYTHON: 1
30-
3128
steps:
3229
- name: Harden the runner (Audit all outbound calls)
3330
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -44,11 +41,6 @@ jobs:
4441
python-version: ${{ matrix.python-version }}
4542
activate-environment: true
4643

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-
5244
- name: Install dependencies
5345
# these extra packages are required by pyright to validate the python imports
5446
run: |

.github/workflows/reuse.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212

1313
name: REUSE Compliance
1414
runs-on: ubuntu-latest
15-
env:
16-
UV_SYSTEM_PYTHON: 1
1715

1816
steps:
1917
- name: Harden the runner (Audit all outbound calls)
@@ -30,11 +28,6 @@ jobs:
3028
python-version: '3.13'
3129
activate-environment: true
3230

33-
- name: Set up Python 3.13
34-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
35-
with:
36-
python-version: '3.13'
37-
3831
- name: Install REUSE tool
3932
run: |
4033
uv pip install reuse

0 commit comments

Comments
 (0)