Skip to content

Commit 43b3fbe

Browse files
committed
Add step to install dependencies in GitHub Actions Ansible lint workflow
1 parent cb8989e commit 43b3fbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-actions-ansible-lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
python-version: '3.x'
2323

24+
- name: Install dependencies
25+
run: |
26+
python -m pip install --upgrade pip
27+
pip install -r requirements.txt
28+
2429
- name: Install Ansible Collections
2530
run: |
2631
ansible-galaxy collection install ansible.windows --force

0 commit comments

Comments
 (0)