diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index d0707db..af14c07 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - ansible ansible-lint + ansible ansible-lint python3-venv pipx - name: Install Poetry run: |