added deletion check, and added workflows #2
@@ -39,8 +39,9 @@ jobs:
|
||||
|
||||
- name: Install runtime tools
|
||||
run: |
|
||||
apk add --no-cache bash git python3 py3-pip jq curl
|
||||
pip install --no-cache-dir uv
|
||||
apk add --no-cache bash git python3 jq curl
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv
|
||||
|
||||
- name: Install project dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user