nevermind i dont care anymore

This commit is contained in:
Anthony Samms
2025-10-27 19:45:29 -04:00
parent a249c8e097
commit 5192641fe7
4 changed files with 244 additions and 24 deletions

View File

@@ -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