fix(updater): i cant count attempt to convert to drone
This commit is contained in:
parent
3e53b45e63
commit
880ebbbb1c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -10,6 +10,7 @@ steps:
|
|||
- apt update
|
||||
- apt install -y --no-install-recommends pipx python3.8-venv
|
||||
- pipx install pipenv
|
||||
- pipx ensurepath
|
||||
- pipenv install
|
||||
- cd updater
|
||||
- pipenv run python main.py
|
||||
|
|
Loading…
Reference in a new issue