Compare commits

...

1 Commits

Author SHA1 Message Date
77d4287f12 chore(ci): replace uv github action to manual install
Some checks failed
Code check / Check code (pull_request) Failing after 11s
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-08-23 21:01:56 +05:00

View File

@@ -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 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
uv --version
- name: Sync dependencies into venv - name: Sync dependencies into venv
run: uv sync --all-extras --dev run: uv sync --all-extras --dev