mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30: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
|
||||
run: uv python install
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
uv sync
|
||||
|
||||
- name: Build Pillow from source (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
shell: msys2 {0}
|
||||
@@ -248,6 +244,10 @@ jobs:
|
||||
echo "=== Pillow build completed ==="
|
||||
uv pip show pillow
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
uv sync
|
||||
|
||||
- name: Install Nuitka
|
||||
run: |
|
||||
uv add nuitka
|
||||
|
||||
Reference in New Issue
Block a user