style: install requirements name
This commit is contained in:
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
@@ -65,7 +65,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: pip
|
cache: pip
|
||||||
- run: pip install -r requirements.txt
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Lint Playbooks
|
- name: Lint Playbooks
|
||||||
run: ansible-lint
|
run: ansible-lint
|
||||||
|
|||||||
Reference in New Issue
Block a user