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
|
- name: Setup Python
|
||||||
run: uv python install
|
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
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
uv sync
|
uv sync
|
||||||
|
|||||||
@@ -16,9 +16,6 @@ paths = ["."]
|
|||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
find-links = ["raylib-sdl"]
|
find-links = ["raylib-sdl"]
|
||||||
override-dependencies = [
|
|
||||||
"pillow",
|
|
||||||
]
|
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
|||||||
Reference in New Issue
Block a user