From e7cf887508627fb3d32996de3339016a2a017ad2 Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Mon, 27 Oct 2025 19:08:48 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c9790f1..3459f1c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -236,14 +236,11 @@ jobs: set INCLUDE=C:\msys64\mingw64\include;%INCLUDE% set LIB=C:\msys64\mingw64\lib;%LIB% - REM Remove any existing Pillow installation - uv pip uninstall -y pillow pillow-simd - - REM Install Pillow from source - uv pip install --no-binary pillow --no-build-isolation pillow + REM Install Pillow from source into system Python + uv pip install --system --no-binary pillow pillow echo === Pillow build completed === - uv pip show pillow + uv pip show --system pillow - name: Install Dependencies run: |