workflow/lint: drop setup-python, ineffective at caching
All checks were successful
ci-lint / test (push) Successful in 26s
All checks were successful
ci-lint / test (push) Successful in 26s
This commit is contained in:
parent
9723e1e45d
commit
f13c5afc63
1 changed files with 2 additions and 6 deletions
|
@ -22,11 +22,6 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
cache: 'pip'
|
|
||||||
pip-install: ansible-core ansible-lint
|
|
||||||
|
|
||||||
- name: cache '.ansible/collections'
|
- name: cache '.ansible/collections'
|
||||||
id: cache-collections
|
id: cache-collections
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
@ -34,8 +29,9 @@ jobs:
|
||||||
path: /root/.ansible
|
path: /root/.ansible
|
||||||
key: zfs_dkms-dot-ansible
|
key: zfs_dkms-dot-ansible
|
||||||
|
|
||||||
- name: ansible collections
|
- name: ansible+collections
|
||||||
run: |
|
run: |
|
||||||
|
pip install --no-compile ansible-core ansible-lint
|
||||||
ansible-galaxy collection install -r meta/requirements.yml
|
ansible-galaxy collection install -r meta/requirements.yml
|
||||||
|
|
||||||
- name: ansible-lint
|
- name: ansible-lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue