chore(ci): replace uv github action to manual install
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@@ -27,10 +27,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv manually
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6
|
run: |
|
||||||
with:
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
enable-cache: true
|
source $HOME/.local/bin/env
|
||||||
|
uv --version
|
||||||
|
|
||||||
- name: Sync dependencies into venv
|
- name: Sync dependencies into venv
|
||||||
run: uv sync --all-extras --dev
|
run: uv sync --all-extras --dev
|
||||||
|
@@ -17,10 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv manually
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6
|
run: |
|
||||||
with:
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
enable-cache: true
|
source $HOME/.local/bin/env
|
||||||
|
uv --version
|
||||||
|
|
||||||
- name: Download external renovate config
|
- name: Download external renovate config
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user