workflow/lint: skip deps w/ pip
Some checks failed
ci-lint / test (push) Failing after 19s

This commit is contained in:
Josh Lay 2025-10-19 08:39:11 -05:00
parent 77f71dafb6
commit 80b0e7c529
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -31,7 +31,7 @@ jobs:
- name: ansible+collections
run: |
pip install --no-compile ansible-core ansible-lint
pip install --no-compile --no-deps ansible-core ansible-lint
ansible-galaxy collection install -r meta/requirements.yml
- run: ansible-lint