-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do we still need system Python with new Nuitka?
- Loading branch information
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters