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 INCLUDE=C:\msys64\mingw64\include;%INCLUDE%
set LIB=C:\msys64\mingw64\lib;%LIB% set LIB=C:\msys64\mingw64\lib;%LIB%
REM Remove any existing Pillow installation REM Install Pillow from source into system Python
uv pip uninstall -y pillow pillow-simd uv pip install --system --no-binary pillow pillow
REM Install Pillow from source
uv pip install --no-binary pillow --no-build-isolation pillow
echo === Pillow build completed === echo === Pillow build completed ===
uv pip show pillow uv pip show --system pillow
- name: Install Dependencies - name: Install Dependencies
run: | run: |