Update '.github/workflows/updater.yml'
This commit is contained in:
parent
79671e1d12
commit
d5c048b056
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
|
@ -9,11 +9,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip
|
- apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip
|
||||||
|
- cd updater
|
||||||
- pipx install pipenv
|
- pipx install pipenv
|
||||||
- pipx ensurepath
|
- pipx ensurepath
|
||||||
- export PATH=/root/.local/bin:$PATH
|
- export PATH=/root/.local/bin:$PATH
|
||||||
- pipenv install
|
- pipenv install
|
||||||
- cd updater
|
|
||||||
- pipenv --python /usr/bin/python3.9 run pip install requests_cache
|
- pipenv --python /usr/bin/python3.9 run pip install requests_cache
|
||||||
- pipenv --python /usr/bin/python3.9 run python main.py
|
- pipenv --python /usr/bin/python3.9 run python main.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue