fix(cicd): pip install packages correctly
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user