Update '.forgejo/workflows/updater.yaml'
This commit is contained in:
parent
ae621385bf
commit
5b3e0e5777
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- run: apt update
|
||||
- run: apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip git
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue