fixed pipeline pip install
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 26s
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 26s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user