workflow: split out pip-install
All checks were successful
ci-lint / test (push) Successful in 47s

This commit is contained in:
Josh Lay 2025-10-19 10:16:40 -05:00
parent 47234ad29f
commit 3edc88cb29
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

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