From d5c048b056840e14c878d6375a73d73006e440da Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 21:18:41 -0500 Subject: [PATCH] Update '.github/workflows/updater.yml' --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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