Skip to content

Commit

Permalink
Do we still need system Python with new Nuitka?
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 31, 2024
1 parent 5f22fd4 commit e45c9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ jobs:
- uses: actions/[email protected]
with:
ref: ${{ matrix.commit }}
# XXX We need to install Python 3.13 system-wide as Nuitka is not going to magically pickup the Python 3.13
# managed by uv.
- uses: actions/[email protected]
with:
python-version: "3.13"
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
Expand All @@ -136,7 +131,7 @@ jobs:
# | Missing expression after unary operator '--'.
# yamllint disable rule:line-length
run: |
uv --no-progress venv --python 3.13 --python-preference system
uv --no-progress venv --python 3.13
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
# yamllint enable
- name: Nuitka + compilers versions
Expand Down
2 changes: 1 addition & 1 deletion requirements/nuitka.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nuitka == 2.5.8
nuitka == 2.5.9
# Additional dependencies:
# - ordered-set: used by Nuitka for compilation performance
# - zstandard: for nuitka's onefile compression
Expand Down

0 comments on commit e45c9be

Please sign in to comment.