actions: Derp fix again

This commit is contained in:
TY 2025-04-08 12:56:54 +08:00 committed by GitHub
parent ce27ba02ed
commit 6d8235b6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ jobs:
python3 -c "from delocate.fuse import fuse_wheels; fuse_wheels('Pillow-11.1.0-cp313-cp313-macosx_10_13_x86_64.whl', 'Pillow-11.1.0-cp313-cp313-macosx_11_0_arm64.whl', 'Pillow-11.1.0-cp313-cp313-macosx_11_0_universal2.whl')"
- name: Install universal2 Pillow wheel
run: |
python3 -m pip install Pillow-11.2.0-cp313-cp313-macosx_11_0_universal2.whl
python3 -m pip install Pillow-11.1.0-cp313-cp313-macosx_11_0_universal2.whl
- name: Install pyinstaller and ttkbootstrap
run: |
pip3 install pyinstaller ttkbootstrap