Update '.github/workflows/updater.yml'

This commit is contained in:
matt1432 2023-03-08 21:18:41 -05:00
parent 79671e1d12
commit d5c048b056

View file

@ -9,11 +9,11 @@ steps:
commands:
- apt update
- apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip
- cd updater
- pipx install pipenv
- pipx ensurepath
- export PATH=/root/.local/bin:$PATH
- pipenv install
- cd updater
- pipenv --python /usr/bin/python3.9 run pip install requests_cache
- pipenv --python /usr/bin/python3.9 run python main.py