mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
aaaaaa
This commit is contained in:
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@@ -224,6 +224,12 @@ jobs:
|
||||
- name: Setup Python
|
||||
run: uv python install
|
||||
|
||||
- name: Force newer Pillow version (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
# Install the latest pre-release Pillow which should have Python 3.14 support
|
||||
uv pip install --upgrade --pre pillow
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
uv sync
|
||||
|
||||
Reference in New Issue
Block a user