mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30: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
|
||||
|
||||
@@ -16,9 +16,6 @@ paths = ["."]
|
||||
|
||||
[tool.uv]
|
||||
find-links = ["raylib-sdl"]
|
||||
override-dependencies = [
|
||||
"pillow",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user