Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-27 13:10:48 +00:00
parent 3ae0671e6d
commit c7e9308a7a

View File

@ -114,6 +114,15 @@ jobs:
run: | run: |
BW_SESSION=$(bw login) BW_SESSION=$(bw login)
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: pip install pyyaml
- name: Init OpenTofu - name: Init OpenTofu
working-directory: infra/iac working-directory: infra/iac
run: | run: |