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