Update python-app.yml

This commit is contained in:
Anthony Samms
2025-10-27 19:00:08 -04:00
parent b6f6089721
commit e47597bec4

View File

@@ -224,10 +224,6 @@ jobs:
- name: Setup Python - name: Setup Python
run: uv python install run: uv python install
- name: Install Dependencies
run: |
uv sync
- name: Build Pillow from source (Windows) - name: Build Pillow from source (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
shell: msys2 {0} shell: msys2 {0}
@@ -248,6 +244,10 @@ jobs:
echo "=== Pillow build completed ===" echo "=== Pillow build completed ==="
uv pip show pillow uv pip show pillow
- name: Install Dependencies
run: |
uv sync
- name: Install Nuitka - name: Install Nuitka
run: | run: |
uv add nuitka uv add nuitka