Update '.forgejo/workflows/updater.yaml'

This commit is contained in:
matt1432 2023-03-21 22:43:19 -04:00
parent 2ceeb86730
commit 43f7d12a9e

View file

@ -15,5 +15,5 @@ jobs:
- run: pipx install pipenv
- run: /root/.local/bin/pipenv install
working-directory: updater
- run: /root/.local/bin/pipenv run --python /usr/bin/python3 main.py
- run: /root/.local/bin/pipenv --python /usr/bin/python3.9 run python main.py
working-directory: updater