Update python-app.yml

This commit is contained in:
Anthony Samms
2025-10-27 19:08:48 -04:00
parent 12ddb1e264
commit e7cf887508

View File

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