workflow: pip-install requirements.txt
Some checks failed
ci-lint / test (push) Failing after 27s

This commit is contained in:
Josh Lay 2025-10-19 10:13:05 -05:00
parent 7ee7662f1c
commit 3ab8c8e6df
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
pip-install: 'ansible-core ansible-lint'
pip-install: '-r requirements.txt'
- name: cache '.ansible/collections'
id: cache-collections