This commit is contained in:
2025-08-26 14:02:59 +02:00
parent 9cbb65d19d
commit 403f632493

View File

@@ -31,7 +31,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: build context
- run: Echo "build context"
- run: python3 -m venv .venv && . .venv/bin/activate
- run: . .venv/bin/activate && python -m ensurepip --upgrade
- run: . .venv/bin/activate && python -m pip install ansible-builder