workflow/lint: drop setup-python, ineffective at caching
All checks were successful
ci-lint / test (push) Successful in 26s

This commit is contained in:
Josh Lay 2025-10-19 08:34:16 -05:00
parent 9723e1e45d
commit f13c5afc63
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -22,11 +22,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: 'pip'
pip-install: ansible-core ansible-lint
- name: cache '.ansible/collections'
id: cache-collections
uses: actions/cache@v4
@ -34,8 +29,9 @@ jobs:
path: /root/.ansible
key: zfs_dkms-dot-ansible
- name: ansible collections
- name: ansible+collections
run: |
pip install --no-compile ansible-core ansible-lint
ansible-galaxy collection install -r meta/requirements.yml
- name: ansible-lint