chore(ci): replace uv github action to manual install #34

Manually merged
Boria138 merged 1 commits from uv-manual into main 2025-08-23 16:08:55 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -27,10 +27,11 @@ jobs:
with:
node-version: 20
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install uv manually
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
uv --version
- name: Sync dependencies into venv
run: uv sync --all-extras --dev

View File

@@ -17,10 +17,11 @@ jobs:
with:
node-version: 20
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install uv manually
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
uv --version
- name: Download external renovate config
run: |