Skip to content

Commit 9938661

Browse files
committed
fix(python 3.13): fix a python 3.13.5 regression
python 3.13.5 requires a venv to work properly
1 parent 2c700e5 commit 9938661

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
permissions:
2626
id-token: write
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: '3.13'
4542
activate-environment: true
4643

47-
- name: Set up Python 3.13
48-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49-
with:
50-
python-version: '3.13'
51-
5244
- name: Install dependencies
5345
run: |
5446
uv pip install build packaging pip setuptools wheel

.github/workflows/update_vehicle_templates.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
env:
2929
TEMPLATES_CHANGED: false
30-
UV_SYSTEM_PYTHON: 1
3130

3231
strategy:
3332
matrix:
@@ -49,11 +48,6 @@ jobs:
4948
python-version: ${{ matrix.python-version }}
5049
activate-environment: true
5150

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-
5751
- name: Install dependencies
5852
# required by update_vehicle_templates.py
5953
run: |

0 commit comments

Comments
 (0)