fix(updater): 10th attempt to convert to drone
This commit is contained in:
parent
3f1d78b86a
commit
228c84400a
1 changed files with 1 additions and 9 deletions
10
.github/workflows/updater.yml
vendored
10
.github/workflows/updater.yml
vendored
|
@ -8,15 +8,7 @@ steps:
|
|||
entrypoint: [ "/bin/bash" ]
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y \
|
||||
ca-certificates \
|
||||
curl \
|
||||
python3.9 \
|
||||
python3-pip \
|
||||
python3.9-dev \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
pipx
|
||||
- apt install -y curl python3.9 python3-pip python3.9-dev python3-setuptools python3-wheel pipx
|
||||
- pipx install pipenv
|
||||
- pipenv install
|
||||
- cd updater
|
||||
|
|
Loading…
Reference in a new issue