mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
nevermind i dont care anymore
This commit is contained in:
11
.github/workflows/python-app.yml
vendored
11
.github/workflows/python-app.yml
vendored
@@ -224,17 +224,6 @@ jobs:
|
||||
- name: Setup Python
|
||||
run: uv python install
|
||||
|
||||
- name: Install Dependencies
|
||||
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
|
||||
|
||||
- name: Install Nuitka
|
||||
run: |
|
||||
uv add nuitka
|
||||
|
||||
Reference in New Issue
Block a user