Update '.forgejo/workflows/updater.yaml'

This commit is contained in:
matt1432 2023-03-21 22:36:02 -04:00
parent 5b3e0e5777
commit 1f66cc3ff2

View file

@ -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