fix(updater): i cant count+789 attempt to convert to drone
This commit is contained in:
parent
988b6469ba
commit
ab8a937bc1
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" ]
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y --no-install-recommends pipx python3-venv python3.9
|
||||
- apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip
|
||||
- pipx install pipenv
|
||||
- pipx ensurepath
|
||||
- export PATH=/root/.local/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue