mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
ci: fix Python setup — use setup-uv python-version instead of separate install step
This commit is contained in:
@@ -26,9 +26,8 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "latest"
|
||||
|
||||
- name: Set up Python
|
||||
run: uv python install 3.12
|
||||
python-version: "3.12"
|
||||
enable-cache: true
|
||||
|
||||
- name: Install dependencies (including dev)
|
||||
run: uv sync --dev
|
||||
|
||||
Reference in New Issue
Block a user