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:
8
.github/workflows/python-app.yml
vendored
8
.github/workflows/python-app.yml
vendored
@@ -224,10 +224,6 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
run: uv python install
|
run: uv python install
|
||||||
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
uv sync
|
|
||||||
|
|
||||||
- name: Build Pillow from source (Windows)
|
- name: Build Pillow from source (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
@@ -248,6 +244,10 @@ jobs:
|
|||||||
echo "=== Pillow build completed ==="
|
echo "=== Pillow build completed ==="
|
||||||
uv pip show pillow
|
uv pip show pillow
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
uv sync
|
||||||
|
|
||||||
- name: Install Nuitka
|
- name: Install Nuitka
|
||||||
run: |
|
run: |
|
||||||
uv add nuitka
|
uv add nuitka
|
||||||
|
|||||||
Reference in New Issue
Block a user