workflow: pip-install quietly, consistent long-options
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s
This commit is contained in:
parent
e3a813de3d
commit
c5b19f25ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: '1'
|
FORCE_COLOR: '1'
|
||||||
|
|
||||||
- run: pip install -r .github/workflows/requirements.txt
|
- run: pip install --quiet --requirement .github/workflows/requirements.txt
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: '1'
|
FORCE_COLOR: '1'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue