fixed pipeline pip install
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 26s

This commit is contained in:
Richard Mrasek
2026-06-12 10:12:09 +02:00
parent 7666731f66
commit 874477bbc1

View File

@@ -39,8 +39,9 @@ jobs:
- name: Install runtime tools - name: Install runtime tools
run: | run: |
apk add --no-cache bash git python3 py3-pip jq curl apk add --no-cache bash git python3 jq curl
pip install --no-cache-dir uv curl -LsSf https://astral.sh/uv/install.sh | sh
ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv
- name: Install project dependencies - name: Install project dependencies
run: | run: |