workflow/pip: drop force_color on quiet install
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s

This commit is contained in:
Josh Lay 2025-10-19 15:13:18 -05:00
parent e9b17bcf34
commit 51f514b184
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -26,8 +26,6 @@ jobs:
FORCE_COLOR: '1'
- run: pip install --quiet --no-compile --requirement .github/workflows/requirements.txt
env:
FORCE_COLOR: '1'
- name: cache '.ansible'
id: cache-collections