Update '.forgejo/workflows/updater.yaml'
This commit is contained in:
parent
5b3e0e5777
commit
1f66cc3ff2
1 changed files with 2 additions and 6 deletions
|
@ -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
|
Loading…
Reference in a new issue