mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
13
.github/workflows/python-app.yml
vendored
13
.github/workflows/python-app.yml
vendored
@@ -224,14 +224,15 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
run: uv python install
|
run: uv python install
|
||||||
|
|
||||||
- name: Force newer Pillow version (Windows)
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: |
|
|
||||||
# Install the latest pre-release Pillow which should have Python 3.14 support
|
|
||||||
uv pip install --upgrade --pre pillow
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
uv sync --no-install-project
|
||||||
|
# Install moviepy without its pinned dependencies
|
||||||
|
uv pip install moviepy --no-deps
|
||||||
|
# Then install dependencies manually with newer Pillow
|
||||||
|
uv pip install decorator imageio imageio-ffmpeg numpy proglog python-dotenv
|
||||||
|
uv pip install --pre pillow
|
||||||
|
# Now install the rest of your project
|
||||||
uv sync
|
uv sync
|
||||||
|
|
||||||
- name: Install Nuitka
|
- name: Install Nuitka
|
||||||
|
|||||||
Reference in New Issue
Block a user