File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ jobs:
118118119119 with :
120120 ref : ${{ matrix.commit }}
121- # XXX We need to install Python 3.13 system-wide as Nuitka is not going to magically pickup the Python 3.13
122- # managed by uv.
123- 124- with :
125- python-version : " 3.13"
126121 - name : Install uv
127122 run : |
128123 python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
@@ -136,7 +131,7 @@ jobs:
136131 # | Missing expression after unary operator '--'.
137132 # yamllint disable rule:line-length
138133 run : |
139- uv --no-progress venv --python 3.13 --python-preference system
134+ uv --no-progress venv --python 3.13
140135 uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
141136 # yamllint enable
142137 - name : Nuitka + compilers versions
Original file line number Diff line number Diff line change 1- nuitka == 2.5.8
1+ nuitka == 2.5.9
22# Additional dependencies:
33# - ordered-set: used by Nuitka for compilation performance
44# - zstandard: for nuitka's onefile compression
You can’t perform that action at this time.
0 commit comments