Update '.forgejo/workflows/updater.yaml'
This commit is contained in:
parent
8facf517c5
commit
2ceeb86730
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ jobs:
|
||||||
- run: pipx install pipenv
|
- run: pipx install pipenv
|
||||||
- run: /root/.local/bin/pipenv install
|
- run: /root/.local/bin/pipenv install
|
||||||
working-directory: updater
|
working-directory: updater
|
||||||
- run: /root/.local/bin/pipenv run --python python /usr/bin/python3 main.py
|
- run: /root/.local/bin/pipenv run --python /usr/bin/python3 main.py
|
||||||
working-directory: updater
|
working-directory: updater
|
Loading…
Reference in a new issue