mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
9
.github/workflows/python-app.yml
vendored
9
.github/workflows/python-app.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user