This commit is contained in:
Jesse Bannon 2023-02-22 16:38:38 -08:00
parent def12398c8
commit cd9cff48a0

View file

@ -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!"