fix(cicd): fixing python version and cmd

This commit is contained in:
Sebastian Rust
2026-02-06 09:26:43 +01:00
parent 475b963b70
commit 9519c15561

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.14.3'
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
- name: Build bundle
run: |
ansible-bundler bootstrap.yml -o bootstrap.run
bundle-playbook bootstrap.yml -o bootstrap.run
- name: Generate checksums
run: |