mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
update lockfile
This commit is contained in:
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
@@ -21,9 +21,12 @@ jobs:
|
||||
enable-cache: false
|
||||
- name: Setup Python
|
||||
run: uv python install 3.12
|
||||
- name: Clear UV cache
|
||||
run: |
|
||||
uv cache clean
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
uv sync
|
||||
uv sync --locked
|
||||
- name: Install Nuitka
|
||||
run: |
|
||||
uv add nuitka
|
||||
|
||||
Reference in New Issue
Block a user