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