one line
This commit is contained in:
parent
def12398c8
commit
cd9cff48a0
1 changed files with 1 additions and 11 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
|
@ -103,17 +103,7 @@ jobs:
|
|||
|
||||
# Set an output parameter `uname` for use in subsequent steps
|
||||
run: |
|
||||
apk add
|
||||
python3 \
|
||||
py3-pip \
|
||||
zlib-dev \
|
||||
musl-dev \
|
||||
libc-dev \
|
||||
libffi-dev \
|
||||
gcc \
|
||||
g++ \
|
||||
git \
|
||||
pwgen
|
||||
apk add python3 py3-pip musl-dev libc-dev libffi-dev gcc g++ pwgen
|
||||
pip3 install --upgrade pip
|
||||
pip3 install -e .
|
||||
echo "Done!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue