Skip to content

Commit d51a14b

Browse files
committed
Refactor GitHub Actions workflow to generalize dependency installation and remove unused packages from requirements.txt
1 parent c6f0798 commit d51a14b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: '3.x'
2323

24-
- name: Install Ansible and Ansible-Lint
24+
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ requests==2.32.3
4949
resolvelib==1.0.1
5050
rich==13.7.1
5151
rpds-py==0.18.1
52-
ruamel.yaml==0.18.6
53-
ruamel.yaml.clib==0.2.8
5452
six==1.16.0
5553
subprocess-tee==0.4.2
5654
tenacity==9.0.0

0 commit comments

Comments
 (0)