fix(cicd): pip install packages correctly
This commit is contained in:
@@ -21,7 +21,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
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
|
- name: Verify playbook syntax
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user