fix(cicd): pip install packages correctly

This commit is contained in:
Sebastian Rust
2026-02-06 10:06:34 +01:00
parent abeac29621
commit 49b330a498

View File

@@ -21,7 +21,9 @@ jobs:
- name: Install dependencies
run: |
pip install ansible ansible-bundler
python3 -m venv .venv
.venv/bin/pip install ansible ansible-bundler
echo "$PWD/.venv/bin" >> $GITHUB_PATH
- name: Verify playbook syntax
run: |