From e47597bec469e568b3d7ae0cb691d7ed0c5760d4 Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Mon, 27 Oct 2025 19:00:08 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ce74317..c84a91b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -224,10 +224,6 @@ jobs: - name: Setup Python run: uv python install - - name: Install Dependencies - run: | - uv sync - - name: Build Pillow from source (Windows) if: runner.os == 'Windows' shell: msys2 {0} @@ -248,6 +244,10 @@ jobs: echo "=== Pillow build completed ===" uv pip show pillow + - name: Install Dependencies + run: | + uv sync + - name: Install Nuitka run: | uv add nuitka