Update '.forgejo/workflows/updater.yaml'

This commit is contained in:
matt1432 2023-03-21 22:32:57 -04:00
parent ae621385bf
commit 5b3e0e5777

View file

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