workflow/pip: defer compilation [from install] until access
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s

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

View file

@ -25,7 +25,7 @@ jobs:
env:
FORCE_COLOR: '1'
- run: pip install --quiet --requirement .github/workflows/requirements.txt
- run: pip install --quiet --no-compile --requirement .github/workflows/requirements.txt
env:
FORCE_COLOR: '1'