diff --git a/.forgejo/workflows/updater.yaml b/.forgejo/workflows/updater.yaml index fe20d95..3b5158a 100644 --- a/.forgejo/workflows/updater.yaml +++ b/.forgejo/workflows/updater.yaml @@ -13,11 +13,7 @@ jobs: - run: apt install -y --no-install-recommends python3-venv python3.9 python3-pip - run: python3 -m pip install pipx - run: pipx install pipenv - - uses: https://github.com/actions/setup-python@v2 - with: - cache: 'pipenv' - cache-dependency-path: 'updater/Pipfile.lock' - - run: pipenv install + - run: /root/.local/bin/pipenv install working-directory: updater - - run: pipenv run python main.py + - run: /root/.local/bin/pipenv run python /usr/bin/python3 main.py working-directory: updater \ No newline at end of file