diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index f0ab2c6..b65aa43 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -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