This commit is contained in:
2025-08-26 14:03:45 +02:00
parent 403f632493
commit 598a53ad10

View File

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